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

混淆问题 #30

Closed
jarrahwu opened this issue Sep 20, 2015 · 3 comments
Closed

混淆问题 #30

jarrahwu opened this issue Sep 20, 2015 · 3 comments

Comments

@jarrahwu
Copy link

Warning: com.morgoo.droidplugin.hook.proxy.IActivityManagerHook$1: can't find superclass or interface android.util.Singleton
Warning: com.morgoo.droidplugin.hook.proxy.IActivityManagerHook$1: can't find referenced class android.util.Singleton
Warning: com.morgoo.droidplugin.hook.proxy.IActivityManagerHook$1: can't find referenced class android.util.Singleton
Warning: com.morgoo.droidplugin.hook.proxy.IActivityManagerHook$1: can't find referenced class android.util.Singleton
Warning: there were 4 unresolved references to classes or interfaces.
You may need to add missing library jars or update their versions.
If your code works fine without the missing classes, you can suppress
the warnings with '-dontwarn' options.
(http://proguard.sourceforge.net/manual/troubleshooting.html#unresolvedclass)

@cmzy
Copy link
Member

cmzy commented Sep 22, 2015

在混淆文件中加一个dontwarn就成了。

@cmzy cmzy closed this as completed Sep 22, 2015
@jiezili
Copy link

jiezili commented May 2, 2016

-keep class android.util.Singleton {*;}

@cmzy
Copy link
Member

cmzy commented May 4, 2016

@jiezili 说的对。close

@cmzy cmzy reopened this May 4, 2016
@cmzy cmzy closed this as completed May 4, 2016
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

3 participants