I was trying to build a development apk to run some profiling, but I just keep getting all kinds of errors.
Tried re-installing JDK and SDK. Now my JDK version is javac 1.8.0_152 and my targeted platform is Android 8.1.0.
Any input is appreciated!
I was trying to build a development apk to run some profiling, but I just keep getting all kinds of errors.
Tried re-installing JDK and SDK. Now my JDK version is javac 1.8.0_152 and my targeted platform is Android 8.1.0.
Any input is appreciated!
Which Unity version do you use? If you are using 2017.4.17f1 or newer 2017LTS version, then you have to use android gradle plugin version 3.2 instead of 2.3.0. There might be some other changes to the gradle template. If you have a custom gradle template, you should recreate it based on the template included in your Unity editor.