autoJS打包目前只能兼容V1版本的签名,而由于谷歌的限制,如果targetSdk为30或以上的话,打包的应用就无法安装,所以打包(构建时选择inrt分支)时需要将TARGET_SDK_VERSION设置为29或以下。
7 lines
305 B
XML
7 lines
305 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<external-path name="external_files" path="."/>
|
|
<files-path name="project" path="project"/>
|
|
<root-path name="root_files" path="." />
|
|
<files-path name="sample" path="sample"/>
|
|
</paths> |