Exception raised during rendering: android.support.v4.view.ViewCompat.resolveSizeAndState(III)I

StackOverflow https://stackoverflow.com/questions/23431182

  •  14-07-2023
  •  | 
  •  

Question

I'm using android.support.v7.widget.GridLayout

And imported the library v7 gridlayout, but get this error: Exception raised during rendering: android.support.v4.view.ViewCompat.resolveSizeAndState(III)I

In Android Private Libraries appear android-support-v4.jar

any ideas? Thanks

Was it helpful?

Solution

Make sure you are using the latest version of the android-support-v4.jar file. Note that if you're using an external library such as ActionBarSherlock, you may need to update the jar in that library rather than in your own project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top