Skip to content
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

Open
kouhengsheng opened this issue Sep 26, 2018 · 4 comments
Open

Comments

@kouhengsheng
Copy link

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

@albka1986
Copy link

The same problem. @Shusshu please update your library for current Android Studio and Gradle.

@Shusshu
Copy link
Owner

Shusshu commented Oct 9, 2018

@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

@albka1986
Copy link

@kouhengsheng can you fix this? or please tell your solution for this case

@ghost
Copy link

ghost commented Dec 12, 2018

Same problem here. It is just, because this lines are not in the right way:

<item name="animator" type="id">false</item> <item name="date_picker_day" type="id">false</item> <item name="date_picker_header" type="id">false</item> <item name="date_picker_month" type="id">false</item> <item name="date_picker_month_and_day" type="id">false</item> <item name="date_picker_year" type="id">false</item> <item name="day_picker_selected_date_layout" type="id">false</item> <item name="done" type="id">false</item> <item name="month_text_view" type="id">false</item>

Item-Tags have to be like this:

<item name="animator" type="id" />

Please fix that, my app won't run, if it isn't fixed :-(

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

3 participants