-
Notifications
You must be signed in to change notification settings - Fork 159
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
fix(aapt): Aapt broken and cannot recognize Android 5.0+ attributes #42
base: master
Are you sure you want to change the base?
Conversation
This should hopefully fix tranleduy2000#36. By the way, where is `rootProject.ext.compileSdkVersion` defined? @tranleduy2000
The app should create a |
Are you able to add the |
@tranleduy2000 Try to compile this app https://drive.google.com/file/d/1YmacHUCGdTDLzyngzgynWUQMrFdyQd9K/view?usp=drivesdk |
Now, you can use android 21 attr, I updated to android 21 platform, can not be higher than 21 because of the current java compiler of Java N-IDE only compile android 21 and lower Download latest version at release page |
Thank you!! @tranleduy2000 |
Another error @tranleduy2000 |
@tranleduy2000 I just noticed that you're online today, so im yet again requesting you to continue this project. Many people purchased premium but are suffering because the themes don't work even after purchasing premium. Please don't let our community down. I hope you understand. |
This should hopefully fix #36. By the way, where is
rootProject.ext.compileSdkVersion
defined? @tranleduy2000 See https://github.com/afollestad/material-dialogs/issues/310#issuecomment-78013131 for reference.