Good night friend, did you manage to put this extension into operation?
Would you be so kind to help me with a video or aia that helps me to implement it in my apps?
This is really cool, I’m interested in tracking my project with FB, but when I build with the latest version of Kodular, it is not able to build aabs. I tested even with the fire.aia you released on the other thread with how to use extension. This is the error log I get:
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
________________Firebase components found.
________________Firebase config file error.
.
Edit:
I did test on my actual project and added the google services.json etc, with same error.
I realized that may pop up, so I edited my op under my log that I have already done that, and my original project which does have a firebase project gets stuck at 85% building always still.
I went through your check, the firebase url I was missing, thanks again.
I’m still a bit “wet behind the ears” with Firebase, but I checked my Real-time Database and app settings and ids were matching, checked my google-services.json, rebuilt my app and unfortunately having an error still, but the log is different. However, when I remove the ext. it builds again:
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
________________Firebase components found.
________________Firebase config file successfully added.
________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.423 seconds
AAPT2 link time: 1.274 seconds
________Compiling source files
(compiling ************************************/Screen1.yail to ***********************************************.Screen1)
(compiling /tmp/runtime363568459752595713.scm to com.google.youngandroid.runtime)
Kawa compile time: 3.695 seconds
________Invoking DX
DX time: 37.04 seconds
___________Creating structure
___________Extracting protobuf resources
________Running bundletool
.
I could be missing something obvious, but checking the log, not sure. (*Note I intentionally obfuscated just my project name and such).
@UnknownBeast
It already worked but only the first time and the rest of the times it didn’t work
Even though I have a google file in the media
What is the cause of the problem and is there a solution?