什么软件生成apk快一点
来源:动视网
责编:小OO
时间:2024-11-28 13:44:37
什么软件生成apk快一点
1、关闭InstantRun功能、点击左上角Androidstudio-Preferences-Build,Execution,Deployment-InstantRun-EnableInstantRun......(把对勾去掉)。2、在rootproject下的build.gradle中添加依赖classpath'com.dx168.fastdex:gradle-plugin:latest.release。3、在app的项目中的build.gradle添加插件即可。
导读1、关闭InstantRun功能、点击左上角Androidstudio-Preferences-Build,Execution,Deployment-InstantRun-EnableInstantRun......(把对勾去掉)。2、在rootproject下的build.gradle中添加依赖classpath'com.dx168.fastdex:gradle-plugin:latest.release。3、在app的项目中的build.gradle添加插件即可。

fastdex可以帮助你加快apk生成过程。
1、关闭InstantRun功能、点击左上角Androidstudio-Preferences-Build,Execution,Deployment-InstantRun-EnableInstantRun......(把对勾去掉)。
2、在rootproject下的build.gradle中添加依赖classpath'com.dx168.fastdex:gradle-plugin:latest.release。
3、在app的项目中的build.gradle添加插件即可。
什么软件生成apk快一点
1、关闭InstantRun功能、点击左上角Androidstudio-Preferences-Build,Execution,Deployment-InstantRun-EnableInstantRun......(把对勾去掉)。2、在rootproject下的build.gradle中添加依赖classpath'com.dx168.fastdex:gradle-plugin:latest.release。3、在app的项目中的build.gradle添加插件即可。