2015-07-19 39 views

回答

3

在生成过程中,模糊由生成步骤调用Proguard的处理,所以让你添加到您的Proguard的配置文件的方法:

-keep class test.app.my { 
    void done(); 
} 

配置语法支持通配符,是相当强大 - 看看一些examples from the Proguard manual