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

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

  •  14-07-2023
  •  | 
  •  

문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top