# michael @ m0nst3r in ~ [17:04:56] $ cd .gradle # michael @ m0nst3r in ~/.gradle [17:04:59] $ ll total 8 drwxr-xr-x 11 michael staff 352B Oct 30 11:16 caches drwxr-xr-x 7 michael staff 224B Oct 30 11:16 daemon -rw-r--r-- 1 michael staff 863B Dec 4 16:55 gradle.properties drwxr-xr-x 5 michael staff 160B Oct 30 10:55 native drwxr-xr-x 2 michael staff 64B Aug 22 18:48 workers drwxr-xr-x 3 michael staff 96B Aug 22 18:29 wrapper # michael @ m0nst3r in ~/.gradle [17:05:00] $ pwd /Users/michael/.gradle # michael @ m0nst3r in ~/.gradle [17:05:03] $ cat gradle.properties ## For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html # # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. # Default value: -Xmx1024m -XX:MaxPermSize=256m # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 # # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true #Tue Dec 04 16:22:40 CST 2018 # systemProp.http.proxyHost=127.0.0.1 # systemProp.https.proxyPort=1080 # systemProp.https.proxyHost=127.0.0.1 # systemProp.http.proxyPort=1080
查看安装的模块是否正确
Build APK之后,用adb install 安装到手机
1 2 3 4 5
# michael @ m0nst3r in ~/study/xposed/xposed_1/app/build/outputs/apk/debug [16:56:42] $ adb install app-debug.apk app-debug.apk: 1 file pushed. 2.0 MB/s (1540691 bytes in 0.722s) pkg: /data/local/tmp/app-debug.apk Success