Nuwa
Nuwa copied to clipboard
Nuwa, pure java implementation, can hotfix your android application.
In the introductory paragraph, the second line is written as, " With this Nuwa project,you can also have the repairing power, fix your android applicaiton without have to publish a...
In the introductory paragraph, the second line is written as, " With this Nuwa project,you can also have the repairing power, fix your android applicaiton without have to publish a...
把代码clone下来导入AS,没有改过,报错 Error:Unsupported method: BaseConfig.getApplicationIdSuffix(). The version of Gradle you connect to does not support that method. To resolve the problem you can change/upgrade the target version of Gradle you connect...
classpath 'com.android.tools.build:gradle:1.5.0'
com.android.tools.build:gradle 1.5 就没有predexdebug 不支持了?
依赖配置如下: ``` groovy dependencies { classpath 'com.android.tools.build:gradle:1.3.0' classpath 'cn.jiajixin.nuwa:gradle:1.2.2' } ``` 命令下详细log: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:nuwaJarBeforeDexDebug'. > 6...