vladvash 0 Posted July 31, 2022 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! Share this post Link to post
Dave Nottage 557 Posted July 31, 2022 8 hours ago, vladvash said: 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 a JDK compatibility issue. Start with showing what your Java settings are in Delphi, i.e. Tools | Options, Deployment > SDK Manager, select the relevant Android SDK, and select the Java tab. Mine looks like this: Share this post Link to post
vladvash 0 Posted August 3, 2022 Thank you for fast response! Unfortunately, I had to leave. So I can only watch at the end of the week. Share this post Link to post