Search code examples
javaandroideclipse-adtandroid-4.2-jelly-bean

Extending ViewGroup Android 4.2.2


I have an application that works fine in Android 4.1.2 but on Android 4.2.2 I get the following error:

https://gist.github.com/hanleyhansen/ed3a81067638de6136e3

This is my WorkspaceMod.java file:

https://gist.github.com/hanleyhansen/e32eab4c0e8845658133

Any ideas why this class isn't working? The NPE is not too enlightening.


Solution

  • The issue was not related to ViewGroup specifically but to android drawable. See my new question here for more info.