-
-
Notifications
You must be signed in to change notification settings - Fork 735
Can't Build APK or generate signed APK starting today #671
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
Comments
Can you provide your |
It seems to be relevant to parse-community/ParseLiveQuery-Android#60 (comment) if ParseLiveQuery is included in dependencies. |
Hey, tested and works! thanks
|
I think this is partially because LiveQuery and the Parse SDK both use the same package name. We honestly should move toward LiveQuery living under a different package if possible. |
@paatz04 This issue has been resolved in the latest LiveQuery. dependencies {
compile 'com.parse:parse-android:1.15.7'
compile 'com.parse:parse-livequery-android:1.0.4@aar'
} |
Hey,
as of today i can't create an APK anymore. I can still run and build on the simulator and device.
This is the error I get when I'm trying to build an APK. I guess it's related to some sort of dependency issue. I've tried to go through the dependence tree, I tried of course clean and rebuild, i tried older version. I'm on the newest PARSE SDK
Any hints ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: