I followed the steps described in https://source.android.com/setup/create/avd to create a custom aosp build. I also added a custom application by providing an Android.mk and adding the custom app to "aosp_product.mk".
If I start the emulator from the command prompt my custom application shows up in the device explorer of android studio in directory "prodcut/priv-app". I want to be able to debug the application from android studio by simply clicking on the Debuger Tools Icon. So I followed the steps as described in https://source.android.com/setup/create/avd#sharing_avd_system_images_for_others_to_use_with_android_studio. When adding a virtual device in the AVD Manger the system image appears below tab "x86 images". I can create and start the AVD image. But my custom app does not appear in the "product/priv-app" directory. Do I have to add my custom app somewhere else in order to get the app also in the AVD image created by invoking "make sdk sdk_repo" and imported by Android Studio? -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/c0ec113e-e46a-40b6-a449-e158c6da9c51n%40googlegroups.com.
