-
Notifications
You must be signed in to change notification settings - Fork 380
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
Error inflating class com.devbrackets.android.exomedia.ui.widget.EMVideoView #397
Comments
Did you add ExoMedia as a module project to your app? Unless you need to customize something you should be using the maven dependency instead ( |
I used the maven dependency. I cleaned project and build again.
|
Are you running Proguard? Have you also looked at https://github.com/brianwernick/ExoMedia/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20inflating ? |
I tried many way, but It still have error.
|
This still looks like an import issue. What is the compile line in your gradle file? Are you using proguard? |
Yes, I knew why. I imported Facebook Authentication lib by gradle. So It have error. |
@brianwernick @tiensd92 same problem, after adding facebook sdk
Any idea why they interfere? |
I don't see anything in the dependency tree that would cause a conflict between ExoMedia and the
Is the Facebook SDK the only facebook lib you added? (e.g. #455) |
The problem cannot be solved. I have tried all the possible solutions available on the internet. I would prefer too go with changing the type to normal button and then styling it like
|
How do I fix it, please ?
ExoMedia version: 3.1.1
EmulatorOS version: 5.1.1
Device OS version: 5.1 - Zenphone 4.5
Gradle:
compile project(':exomedia')
Layout:
The text was updated successfully, but these errors were encountered: