Skip to content

Can't compile when compileSdkVersion is 23 #544

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

Closed
dan-dr opened this issue Nov 8, 2016 · 3 comments
Closed

Can't compile when compileSdkVersion is 23 #544

dan-dr opened this issue Nov 8, 2016 · 3 comments

Comments

@dan-dr
Copy link

dan-dr commented Nov 8, 2016

image

Uses some functions and classes that were dropped. Any guidance on how I can make it compile?
I'm trying to use a clone of the master branch with my #542 PR, and my app's compileSdkVersion is 23 (can't be lower)

This doesn't happen when I include parse in my project using compile 'com.parse:parse-android:1.13.1'

@grantland
Copy link
Contributor

Unfortunately we were never able to find a solution to compiling against 23: #189

@dan-dr
Copy link
Author

dan-dr commented Nov 10, 2016

ok. what about importing Parse-SDK-Android to a project that compiles to 23? Any chance to make it work the way normal gradle compile works? I realize this is not specific to this but if you know it could help :)

@grantland
Copy link
Contributor

It should be fine as long as you're using a pre-compiled version of Parse SDK, such as through Maven or a JAR. It only breaks when compiling the Parse source against 23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants