i begin to develop for android and use the "ormlite" ORM-mapper (SQLite). The Mapper has a OrmLiteBaseActivity Class, this extends from Activity. If i change "MainActivity extends Activity" to "MainActivity extends OrmLiteBaseActivity" the code compiled without errors. On the first access (MainActivity.class.getSimpleName()) to this class, i get a java.lang.NoClassDefFoundError.
我不明白什么是问题所在。
谢谢你的帮助