Hi, I am using Ubuntu 12.04 to build a Lollipop version of Android. Its Build is LMY49M and its branch is android-5.1.1_r38 I followed this link https://source.android.com/source/requirements.html step by step and everything was OK until I wrote this command: $ make -j4 It took 5 hours and then I tried to emulate an Android device using this command : $ emulator I obtained those lines : warning: string 'saved' has no default translation. Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest. Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest. Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest. Warning: AndroidManifest.xml already defines targetSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest. #### make failed to build some targets (03:03:37 (hh:mm:ss)) #### lautherbach@lautherbach-linux-pc-2:~/WORKING_DIRECTORY$ emulator emulator: ERROR: No initial system image for this configuration! Could any one help me to solve this problem ?? -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
