Android Studio 打包Jar
需要在module的gradle中配置如下task
1 | //Copy类型 |
在终端执行
1 | gradlew markJar |
打包后的位置:module的/build/libs/下
具体位置自己可以修改
可能的报错
Fix the issues identified by lint, or add the following to your build script to proceed with errors
1 | android { |
1 | //Copy类型 |
1 | gradlew markJar |
具体位置自己可以修改
Fix the issues identified by lint, or add the following to your build script to proceed with errors
1 | android { |
微信支付