小编use*_*938的帖子

如何以编程方式更改 android:configChanges?

如何以configChanges="orientation|keyboard|screenSize"编程方式更改 Android 配置?

我的意思是我们可以在运行时更改此选项吗?

android

7
推荐指数
1
解决办法
5236
查看次数

OrmLite和proguard混淆的问题

当我在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.
Run Code Online (Sandbox Code Playgroud)

我已尝试使用Android上的OrmLite和来自其他资源的Proguard的所有推荐,但没有结果

android proguard ormlite

4
推荐指数
1
解决办法
1281
查看次数

标签 统计

android ×2

ormlite ×1

proguard ×1