Jump to content
vladvash

HELP: How to build blank Android App with trial Delphi 11

Recommended Posts

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
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:

image.thumb.png.d4b1c13d18adba43bf5410782c97a375.png

Share this post


Link to post

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×