随笔分类 - android studio
摘要:这里打包的module是不含资源文件的library build.gradle添加配置 task makeJar(type: Copy) { //删除存在的 delete 'build/libs/mylib.jar' //设置拷贝的文件 from('build/intermediates/aar_m
阅读全文
摘要:可使用github做maven仓库
阅读全文
摘要:1.下载ndk(会下载到sdk目录下) 2.配置 3.配置build.gradle(app) android { defaultConfig { ndk { moduleName "JniDemo" //生成so名称 abiFilters "armeabi","armeabi-v7a","x86"
阅读全文
摘要:Get Key failed: Given final block not properly padded. Such issues can arise if a bad key is used during decryption. A failure occurred while executin
阅读全文