We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4dceb0 commit 0a74b66Copy full SHA for 0a74b66
1 file changed
README.md
@@ -58,6 +58,12 @@ project的gradle:
58
apply plugin: 'AutoSave'
59
apply plugin: 'android-aspectjx'
60
61
+ android{
62
+ ...
63
+ aspectjx{
64
+ include "com.noober.savehelper"
65
+ }
66
67
## 混淆配置:
68
69
-dontwarn com.noober.**
@@ -202,4 +208,4 @@ _**注意:**_
202
208
## 使用注意
203
209
1、如果出现下面的错误,是由aspectj导致的,可以看一下解决[issue](https://github.com/HujiangTechnology/gradle_plugin_android_aspectjx/issues/82)
204
210
205
- java.lang.RuntimeException: Unable to instantiate application
211
+ java.lang.RuntimeException: Unable to instantiate application xxxxx
0 commit comments