-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution failed for task ':app:bundleReleaseResources' #25
Comments
Hi, You'll need to look further down, there will be an error in the output as well. |
Oops, thought I had checked
|
Right, that one is caused by missing a dependency Are you using apm or manually adding extensions? |
ah, awesome. of course, apm! K, I'll add it now.. |
If you are using apm it should have been added automatically. Could you tell me what extensions you are using and I'll check which one is missing this dependency. |
I have most of your ANEs. but, from the log, it points to I have had to install the same packages a couple of times. I opened and closed a couple of tickets today as I was going through it.. I did run apm update |
Oh yeah you are right, odd the pushnotifications extension definitely has that as a dependency. Does |
yup, runs smoothly no errors.. |
Can you post your project lock file? |
I do see the constraintlayout ane both in the descriptor -- and my IDE matches.. k, will do |
Also are you keeping the AndroidStudioProject that AIR generates? Try deleting it to ensure you get a clean build. |
Flag set not to keep project.. |
That all looks okay.. Hmm, could you try deleting the apm_packages directory and running |
k.. no change but I think my IDE does not have all of the ANEs for some reason.. likely a FB bug.. going to try removing and adding them again |
Ah, that was it, appears to be building properly now.. I did add the ane folder initially but removing and adding again did the trick. Thank you as always for your awesome help. |
Not sure how this is different, so reopening Ok, so it builds, but now when it installs, it is not my icon and this is log
Everything appears to be part of the build in terms of assets etc.. Not sure why its not my icon? |
Did you regenerate your app descriptor? That's an error from an old entry . |
Ah.. trying again.. |
K, now mention of initializing firebase.. I am calling
|
I believe that can happen if you haven't provided your resources in the resdir ? |
must have missed that step.. I have done it b4 but I guess I need to regenerate? |
Oh much easier to just add them into the resdir now https://airsdk.dev/docs/tutorials/platform/android/custom-resources Just add a |
Ah, awesome ty, k doing now.. |
Ok, I have the res folder with the piush notif assets generated -- but no values.xml...? |
Do you have your firebase configuration json from the firebase console? https://docs.airnativeextensions.com/docs/firebase/setup/configuration-files#android You can run it through this to convert it to your values.xml https://docs.airnativeextensions.com/firebase/tools/google-services-json-to-xml.html make sure you put it in a |
(Just ignore the ANE stuff on that link, need to update that still :| ) |
Ah, fantabulous, k.. |
AHHHH! all is well and also Facebook now working on Android! 'tis a good day! Thank you again for saving me time and helping me through that :) |
Android: This looks like just a warning, but this prevents my IDE from continuing the build
iOS all is well
The text was updated successfully, but these errors were encountered: