【发布时间】:2012-09-25 05:29:13
【问题描述】:
当我在带有 OrmLite 的项目中使用 Proguard 时。我收到此错误:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.package.name/com.package.name.activities.StartActivity}:
java.lang.IllegalStateException: Could not find OpenHelperClass because none of the generic parameters of class class com.package.name.activities.StartActivity extends OrmLiteSqliteOpenHelper. You should use getHelper(Context, Class) instead.
我已经尝试了来自 Proguard with OrmLite on Android 和其他资源的所有建议,但没有结果
【问题讨论】: