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および他のリソースからのすべての推奨事項を試しましたが、結果はありませんでした