-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
16.1.4 Crashes my app #23
Comments
Turns out removing the play-services-ads-lite-17.2.0.aar fixes the issue. |
cc @ypbnv, maybe a regression in the latest version published? |
@kitenium Would you be able to share if you are using any other modules in combination with ti.playservices? @hansemannn The latest update is effectively only adding the play-services-ads-lite.aar into the module. I suppose this could introduce some ambiguous dependencies if used with other modules built against an older version of the ti.playservices. Unfortunately, if this turns out to be true, I am not sure if anything besides rebuilding the modules, depending on ti.playservices, can be done. |
@kitenium can you please check your
this is the crashlog I have when I use edit: or |
@m1ga I see. Thanks for the confirmation. Titanium does not provide this level of details on the crash. It seems like a configuration issue to me. But would be nice to be able to opt out on the ads stuff since most people like me won't be using it. |
@kitenium I'm using Titanium too :) You can just run |
@m1ga Yes, I know you. You have forked/created a lot of titanium modules projects. Actually, I am using one of them in our project thanks to your contribution - tintimage! Good to know about the adb logcat trick. I am starting to use it from now on. |
Can someone please either fix 16.1.4 or revert to 16.1.3 completely? We tried to use it as well and it crashes the app just after adding it to the tiapp.xml. We are using 16.1.3 for now. |
16.1.5 solves the crash issue for me, but have new issues with Still have to stay on 16.1.3 |
16.1.3 was running just fine but once I installed 16.1.4 the app crashes immediately on startup
The text was updated successfully, but these errors were encountered: