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

java.lang.NoClassDefFoundError: com.wdullaer.materialdatetimepicker.R$string #234

Closed
egemendurmus opened this issue Sep 7, 2016 · 3 comments

Comments

@egemendurmus
Copy link

hi ; i try this libs works lolipop but in in kitkat not works it gives this error what is the cause this ;

java.lang.NoClassDefFoundError: com.wdullaer.materialdatetimepicker.R$string
at com.wdullaer.materialdatetimepicker.date.DatePickerDialog.(DatePickerDialog.java:137)
at com.wdullaer.materialdatetimepicker.date.DatePickerDialog.newInstance(DatePickerDialog.java:189)
at com.example.egemendurmus.deneme.current_order.ViewPagerAdapter.instantiateItem(ViewPagerAdapter.java:237)
at android.support.v4.view.ViewPager.addNewItem(ViewPager.java:943)
at android.support.v4.view.ViewPager.populate(ViewPager.java:1091)
at android.support.v4.view.ViewPager.populate(ViewPager.java:1025)
at android.support.v4.view.ViewPager.onMeasure(ViewPager.java:1545)
at android.view.View.measure(View.java:16497)

@wdullaer
Copy link
Owner

wdullaer commented Sep 7, 2016

Try a build clean

@egemendurmus
Copy link
Author

I found cause it is crashed with com.facebook.android:facebook-android-sdk:4.15.0 why give this error ?

@wdullaer
Copy link
Owner

wdullaer commented Sep 8, 2016

This is pretty clearly an issue with your code / build chain, rather than this library.
Java stacktraces and build time errors are notoriously vague.

@wdullaer wdullaer closed this as completed Sep 8, 2016
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