I am new in mobile development in Delphi. I downloaded and installed the trial version of RAD Studio Delphi 11. I am creating an empty Android application. I get an error while compiling...
[PAClient Error] Error: E7688 Unable to execute '"C:\Program Files\Java\jdk1.8.0_05\bin\java.exe" -cp "c:\program files (x86)\embarcadero\studio\22.0\bin\Android\r8-3.0.73.jar" com.android.tools.r8.D8 --release --min-api 23 --output "C:\Users\vladv\Documents\Embarcadero\Studio\Projects\Android\Debug\Project1.classes" @"C:\Users\vladv\Documents\Embarcadero\Studio\Projects\Android\Debug\dex_list.txt"' (Error 1)
[PAClient Error] Error: E7688 Error: java.lang.VerifyError: Uninitialized object exists on backward branch 49
I understand that there is something with the folder settings, SDK, NDK, but I don’t understand where and how to look. It looks like this is a standard situation, but a search on the Internet has not yet yielded much, only confused even more.
Specify where and what to watch.
Thank you!