Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proguard problem #103

Open
weinixuehao opened this issue Mar 26, 2017 · 0 comments
Open

proguard problem #103

weinixuehao opened this issue Mar 26, 2017 · 0 comments

Comments

@weinixuehao
Copy link

03-26 12:16:12.163 22523 22523 E AndroidRuntime: java.lang.AbstractMethodError: abstract method "void org.simalliance.openmobileapi.SEService$CallBack.serviceConnected(org.simalliance.openmobileapi.SEService)"
03-26 12:16:12.163 22523 22523 E AndroidRuntime: at org.simalliance.openmobileapi.SEService$2.onServiceConnected(SEService.java:130)
03-26 12:16:12.163 22523 22523 E AndroidRuntime: at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1335)
03-26 12:16:12.163 22523 22523 E AndroidRuntime: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1352)
03-26 12:16:12.163 22523 22523 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:739)
03-26 12:16:12.163 22523 22523 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
03-26 12:16:12.163 22523 22523 E AndroidRuntime: at android.os.Looper.loop(Looper.java:158)
03-26 12:16:12.163 22523 22523 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7225)
03-26 12:16:12.163 22523 22523 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-26 12:16:12.163 22523 22523 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
03-26 12:16:12.163 22523 22523 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)

i have added this two line but still not work, help me please!
-keep class org.simalliance.openmobileapi.** {;}
-keep class org.simalliance.openmobileapi.service.** {
;}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant