Look like AIDE App can’t built the app with custom android.jar
After I got the latest android.jar. I tried to change the compiling android.jar file in both 2 ways:
- open the AIDE app -> Setting -> Build & Run -> SDK ->(type full path. Ex: /storage/emulated/0/android-10/android.jar )
- Browsing the file -> Hold the file -> select “Set as android.jar”
Then publish project as apk. But when I upload to Google Console, it said the API was target at 21.
However, the Manifest file is wrote:
I tried the “Add library to project” too, and still not worked.
Did anybody successful?