How to create Android source code with Google API?

I have an Android source code repo from http://source.android.com/ . And I successfully built and launched my emulator using my system.img.

But this is only for the standard emulator. Where can I get the source code for Google API add-ons? And how to build google-apis with my Android source code? Therefore, I can use my assembly on the Google API emulator.

+3
source share
1 answer

I know exactly what you are talking about, and I looked for several hours to answer. Eclipse actually sheds light on this issue.

, Android Eclipse " " " Eclipse". "" " " "". .

system.img Eclipse " " " Android". Eclipse "Android Device Chooser". / ( "-5554" ) AVD- (, "" ), Target (, - ). , - .

AVD API Google Android Target "API Google" (Google Inc.) . "Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]", "adb install google_api_project.pkg" Eclipse / Target.

, . , Android API Google. Google API AVD . mrproper, , , - .config, reuild .config.

, . , , , ... .

: http://code.google.com/android/add-ons/google-apis/index.html . " Android, Android", .

: http://osdir.com/ml/Android-Developers/2009-10/msg00361.html , AndroidManifest, . . , .

- .

0

Source: https://habr.com/ru/post/1785334/


All Articles