can still compile but the app says problem parsing the application
You might want to check your sdk
everything working…thx
it just close the app when opening, please fix this issue
Use logcat to find the issue
I managed to FIX it by Adding a text on a Empty Component Textbox like mine, The Issue on mine is The Web Component the Website Textbox is empty so I put “www.google.com” to there. If that doesn’t fix your problem, Check out this Topic
Existing apps:
Exporting APK is working
Android bundle aab failed
New app:
- Created new app
- Screen1 and Screen2
- Each screen has a label control
- SDK 21
Issues:
A. Export apk
It fails at 0% with the following log:
Kodular is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating fragment xml
________Creating listview xml in res/layout/…
________Creating listview xml in res/layout-v21/…
________Creating xml in res/drawable/…
________Creating splash png in res/drawable/…
________Creating colors xml
________Creating styles xml
________Creating drawables xml v21
________Checking for firebase
________Creating provider_path xml
________Creating network_security_config xml
________Generating adaptive icon file
________Generating round adaptive icon file
________Generating adaptive icon background file
________Generating manifest file
________Attaching native libraries
________Attaching Android Archive (AAR) libraries
________Attaching component assets
________Invoking AAPT
YAIL compiler - AAPT execution failed.
B. App bundle (aab)
It fails at 0% with the following log:
Kodular is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating fragment xml
________Creating listview xml in res/layout/…
________Creating listview xml in res/layout-v21/…
________Creating xml in res/drawable/…
________Creating splash png in res/drawable/…
________Creating colors xml
________Creating styles xml
________Creating drawables xml v21
________Checking for firebase
________Creating provider_path xml
________Creating network_security_config xml
________Generating adaptive icon file
________Generating round adaptive icon file
________Generating adaptive icon background file
________Generating manifest file
________Attaching native libraries
________Attaching Android Archive (AAR) libraries
________Attaching component assets
________Invoking AAPT
AAPT2 compile time: 0.356 seconds
YAIL compiler - AAPT2 link execution failed.
Notes:
I can see a message on the screen indicating that it is an error at the AAPT stage and nothing wrong with my code.
Thanks Dora. It fixed the issue with the new app. Both apk and aab work.
Existing app aab is the only issue remaining for me. I will test more
If you wish pm me your aia to give it a look
everybody ? by what solution do you replace admob ? or what do you user for banner for example ? anyone have information about this point ?
Regards
Thanks again. This is an update on the aab for existing app issue.
I actually had Theme = Default already set but aab was failing. So, using your hint you sent before, I re-set Theme = Default again. Problem solved.
Is this related to the new version? I can’t remember but I recall in the past this value was pre-set.
found if I delete Firebase Authentication “extention”, than its not crashed at opening. still check other function if any other crashes…
Never happend before this updated though.
already done but not working
can i share logcat to you, i have no understanding of that, please help me
Post it here so other members might help you also
Uninstall all previous versions and try again
Same thing happens