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.view.InflateException: Binary XML file line #0 #67

Open
MohamedHashim opened this issue Dec 14, 2017 · 3 comments
Open

android.view.InflateException: Binary XML file line #0 #67

MohamedHashim opened this issue Dec 14, 2017 · 3 comments

Comments

@MohamedHashim
Copy link

MohamedHashim commented Dec 14, 2017

I am getting this weird error while integrating your library in my app! I don't know why and I need your help urgently?

Caused by: android.view.InflateException: Binary XML file line #0: Binary XML file line #0: Error inflating class com.andexert.expandablelayout.library.ExpandableLayout Caused by: android.view.InflateException: Binary XML file line #0: Error inflating class com.andexert.expandablelayout.library.ExpandableLayout Caused by: @java.lang.reflect.InvocationTargetException

@sshahidaslamm
Copy link

For Android Studio 3.0.1

I have got the same issue and I have resolved finally Opening the gradle.properties and added following line:

android.enableAapt2=false

@skined90
Copy link

android.enableAapt2=false is deprecated with the newest gradle. Is there any other solution?

@sunnydlee
Copy link

Android Studio 3.3 :
我引入ExpandableLayout,出现这个异常,android.enableAapt2=false 设置了这个就正常了

For Android Studio 3.0.1

I have got the same issue and I have resolved finally Opening the gradle.properties and added following line:

android.enableAapt2=false

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

4 participants