msmalik681
Hey buddy, please can you give me a hand? For a unknow reason I can't compile Android builds anymore, it's returning an error. The only thing changed in my PC was a new Windows 10 update, all other things remain the same.
I already removed and reinstalled everything according to the tutorial, but nothing. I erased all source codes files and downloaded again at the GitHub, the only build I can compile is the latest master. No success for the 6315, 6330, 6391 and the old master build I have.
The JDK tested were the 14.0.2 (this one I used by a long time) and the latest 15.0.2. I downloaded the new cmdlinetools and tried the old one I used, but no success.
An important note, all other platforms like Windows or PSP builds are compiling normally, the problem happens only on the Android build. And the source codes 6315, 6330 and 6391 had no modifications.
Here's some images:
EDIT: Sorry man, after to take a look in the GitHub I could see that I forgot the "ANDROID_NDK_HOME" step.
##################
# Build instruction
###################
* Download relevant Android SDK and NDK then and set up `ANDROID_HOME`, and `ANDROID_NDK_HOME` environment variables properly.
* Execute `./gradlew installDebug` it will build and `.apk` then install it on your connected Android device.
After to add the "ANDROID_NDK_HOME" to environment variables, everything worked well using the latest Android folder from the current master build and the latest jdk 15.0.2. Tested in the builds 6391, master and in a custom one too, all compiled ok.
Thanks for the tutorial
