-
Notifications
You must be signed in to change notification settings - Fork 53
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
Support SDK Version 23 #1
Comments
Hi raquezha, Have you tried to simply change the compileSdkVersion in all the build.gradle files to 23? I guess that's probably enough to support the AppCompatActivity usage. |
Actually I have but not tested, well you are using openCv and other libraries which I think does not support version 23, I just want to pass it to you :3 |
I see. I changed the compileSdkVersion to 23 in all the build.gradle files and the project can still be built successfully. You can try that too and let me know if there are any issues. |
Oh Okay, anyway will test it tommorow. |
Hello ))) |
@Jahongir1993 Can you tell me what the error message is? |
currently it supports compileSdkVersion 19, because I want to use AppCompatActivity instead of just Activity.
The text was updated successfully, but these errors were encountered: