“android list target” show nothing for AOSP build
问题 According instructions listed in http://source.android.com/source/building.html, a full build can be build, and the emulator can be started OK. Android 4.0.4 source codes is downloaded and built. . build/envsetup.sh lunch full-eng make root@computer0OfGod:~/customEmulator# android list target Available Android targets: But run android list target show nothing, so avd can not be created. Expected result is that there should be at least one target be listed. How can I bring the target out? 回答1: