Skip to content

Commit 0a74b66

Browse files
authored
Update README.md
1 parent f4dceb0 commit 0a74b66

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ project的gradle:
5858
apply plugin: 'AutoSave'
5959
apply plugin: 'android-aspectjx'
6060

61+
android{
62+
...
63+
aspectjx{
64+
include "com.noober.savehelper"
65+
}
66+
}
6167
## 混淆配置:
6268

6369
-dontwarn com.noober.**
@@ -202,4 +208,4 @@ _**注意:**_
202208
## 使用注意
203209
1、如果出现下面的错误,是由aspectj导致的,可以看一下解决[issue](https://github.com/HujiangTechnology/gradle_plugin_android_aspectjx/issues/82)
204210

205-
java.lang.RuntimeException: Unable to instantiate application
211+
java.lang.RuntimeException: Unable to instantiate application xxxxx

0 commit comments

Comments
 (0)