Delphi 12: Why do I find this [PAClient Error] Error: E2312 Unable to execute ...?

310 views Asked by At

I am pretty new to Android compiling in Delphi, so take the time to explain thoroughly please.

Every time I want to run a test project I made, I get these errors:

[PAClient Error] Error: E2312 Unable to execute '"C:\Users\Public\Documents\Embarcadero\Studio\AndroidSDK\build-tools\29.0.3\aapt.exe" package -f -M "D:\Software\Delphi projects\Android\Release\RADHost\AndroidManifest.xml" -F "D:\Software\Delphi projects\Android\Release\RADHost\bin\RADHost-unaligned.apk" -I "C:\Users\Public\Documents\Embarcadero\Studio\AndroidSDK\platforms\android-29\android.jar" -S "D:\Software\Delphi projects\Android\Release\RADHost\res" -A "D:\Software\Delphi projects\Android\Release\RADHost\assets" "D:\Software\Delphi projects\Android\Release\RADHost\library" "D:\Software\Delphi projects\Android\Release\RADHost\classes"' (Error 1)

[PAClient Error] Error: E2312 D:\Software\Delphi projects\Android\Release\RADHost\res\values-v31\styles.xml:7: error: Error: No resource found that matches the given name: attr 'android:windowSplashScreenAnimatedIcon'.

[PAClient Error] Error: E2312 D:\Software\Delphi projects\Android\Release\RADHost\res\values-v31\styles.xml:6: error: Error: No resource found that matches the given name: attr 'android:windowSplashScreenBackground'.

[PAClient Error] Error: E2312 D:\Software\Delphi projects\Android\Release\RADHost\res\values-v31\styles.xml:8: error: Error: No resource found that matches the given name: attr 'android:windowSplashScreenIconBackgroundColor'.

I have no idea what I am doing and what to do next. Any assistance will help.

I tried googling the error, but everyone having this problem didn't really have a fix.

My SDK Manager's available build tools:

image

0

There are 0 answers