文件名称:Android代码-android-rocket-launcher
文件大小:213KB
文件格式:ZIP
更新时间:2022-08-25 21:47:09
Android代码
Android Rocket Launcher Gradle plugin that adds tasks to your android modules for installing and launching all variants. How to use Paste this code into your module's build.gradle apply plugin: 'android-rocket-launcher' buildscript { repositories { jcenter() } dependencies { classpath 'com.cesarferreira:android-rocket-launcher:0.2.3' } } Now, when you run ./gradlew tasks, you'll see something like this: openDemoDebug - Installs and opens DebugDemo build ope
【文件预览】:
android-rocket-launcher-master
----.gitignore(1KB)
----gradle()
--------wrapper()
----README.md(3KB)
----build.gradle(414B)
----gradlew.bat(2KB)
----gradlew(5KB)
----extras()
--------screenshot.png(106KB)
----gradle.properties(730B)
----LICENSE.txt(1KB)
----settings.gradle(35B)
----android-rocket-launcher()
--------gradle()
--------build.gradle(696B)
--------gradlew.bat(2KB)
--------gradlew(5KB)
--------src()