我有一个Android Library工程,基于Android Studio 下的Gradle构建。用到了RPC相关框架,需要将一些配置文件(xx.xml, xx.propert等)打包进AAR或者Jar包,与源码包名统计目录存在即可,请问如何通过Gradle实现? tkx
走同样的路,发现不同的人生
Since it is an Android library project and it is packaged with gradle, the build folder under the library will automatically package and generate an aar package for you, which contains these resource files.
Since it is an Android library project and it is packaged with gradle, the build folder under the library will automatically package and generate an aar package for you, which contains these resource files.