[android-building] Android P build APK base AOSP runtime can't find class

2018-10-12 Thread Frank Li
Hi: I build apk in Android P aosp , the apk work normal in Android O, the apk source code put in android-aosp/vendor/my/myapp/ Android.mk: LOCAL_PATH:= $(call my-dir) # Build the samples. # We need to add some special AAPT flags to generate R classes # for resources that are included from the li

[android-building] Re: Android P build APK base AOSP runtime can't find class

2018-10-15 Thread Frank Li
On Friday, October 12, 2018 at 10:13:45 PM UTC+8, Frank Li wrote: > > Hi: > I build apk in Android P aosp , but the apk work normal in Android O, the > apk source code put in android-aosp/vendor/my/myapp/ > Android.mk: > LOCAL_PATH:= $(call my-dir) > > # Build the sam