Sketchware-Pro / Sketchware-Pro

Sketchware Pro's sources in Java. Now anyone can contribute to Sketchware Pro.
https://sketchware.pro
Other
863 stars 254 forks source link

Compiler problems Google Pixel 8 #1024

Open whazza1983 opened 6 months ago

whazza1983 commented 6 months ago

Describe the bug Compiling doesn't work

Screenshots Screenshot_20231101-232937

Device and Sketchware Pro-related info:

Additional context As soon as I try to compile my created app, the error appears as shown in the screenshot! The error didn't happen on the Google Pixel 6 even though I also have Android 14 on it.

Sorry for my Bad Englisch

JavkhlanK commented 6 months ago

Seems to be related to aapt2 only being 32-bit in that version, but that should've been fixed already. Can you try out this nightly build?

whazza1983 commented 6 months ago

First of all, thanks for the link. The compiler is now working. But the app I created no longer starts when I compile it

whazza1983 commented 6 months ago

The created apps crash if you have activated Admob :(

JavkhlanK commented 6 months ago

See #943 then

whazza1983 commented 6 months ago

Very very nice. Thanks so much!