-
Notifications
You must be signed in to change notification settings - Fork 51
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
Android-RecurrencePicker can't work correctly in Android Studio3.2.0 #17
Comments
The same problem. @Shusshu please update your library for current Android Studio and Gradle. |
@kouhengsheng Please make a PR to fix the id.xml file @albka1986 using gradle won't fix the actual issue but feel free to convert this maven project to gradle |
@kouhengsheng can you fix this? or please tell your solution for this case |
Same problem here. It is just, because this lines are not in the right way:
Item-Tags have to be like this:
Please fix that, my app won't run, if it isn't fixed :-( |
If you import Android-RecurrencePicker in Android Studio3.2.0,you will get the same bug. The bug is AAPT: error: inner element must either be a resource reference or empty.
This is because the id.xml in the libarary of datetimepicker.
I know how to solve the problem ,but I need the sourcecode of Android-RecurrencePicker
The text was updated successfully, but these errors were encountered: