合并打包功能代码
autoJS打包目前只能兼容V1版本的签名,而由于谷歌的限制,如果targetSdk为30或以上的话,打包的应用就无法安装,所以打包(构建时选择inrt分支)时需要将TARGET_SDK_VERSION设置为29或以下。
This commit is contained in:
@@ -75,4 +75,12 @@
|
||||
<attr name="message" format="string" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="ConsoleView">
|
||||
<attr name="color_debug" format="reference|color" />
|
||||
<attr name="color_verbose" format="reference|color" />
|
||||
<attr name="color_info" format="reference|color" />
|
||||
<attr name="color_warn" format="reference|color" />
|
||||
<attr name="color_error" format="reference|color" />
|
||||
<attr name="color_assert" format="reference|color" />
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user