aapt.exe(Android Asset Packaging Tool):编译应用程序的资源文件(包括AndroidManifest.xml和你的Activities的xml文件),生成R.java文件,这样你就可以从你的java代码中引用资源。 dx.bat(编译脚本):将.class中间代码转化为dvlik中间代码,所有经过java编译的生成.class文件都需要此工具进行转换,最后打包进apk文件中。
3 changes: 3 additions & 0 deletions 3 .gitmodules Original file line numberDiff line numberDiff line change @@ -4,3 +4,6 @@ [submodule "ios/cbl-js-swift"] path = ios/cbl-js-swift url = git@github.com:Couchbase-Ecosystem/cbl-js-swift.git [submodule "android/src/main/java/com/...
# node.js # node_modules/ npm-debug.log # BUCK buck-out/ \.buckd/ android/app/libs android/keystores/debug.keystore 1 change: 1 addition & 0 deletions 1 .watchmanconfig Show comments Edit file Delete file This file contains bidirectional Unicode text that may be interpreted or compile...