We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,主要是想用集成一个独立的第三方apk功能 集成编译时 提示: value_public_attrs.arsc.flat文件未生成,请检查路径
我在应用host.gradle时是将host.gralde放到了本地,写法如下: apply from "host.gradle"
请问下是什么原因引起的 value_public_attrs.arsc.flat文件未生成
The text was updated successfully, but these errors were encountered:
检查一下aapt2命令是否在环境变量中,编译脚本需要调用aapt2
Sorry, something went wrong.
如果确认appt2在环境变量中,可以手动运行一下host.gradle运行的aapt2 -compile 命令,如果提示xml解析失败可能是编码问题,在gradle.properties里指定一下org.gradle.jvmargs=-Dfile.encoding=UTF-8
No branches or pull requests
你好,主要是想用集成一个独立的第三方apk功能
集成编译时 提示:
value_public_attrs.arsc.flat文件未生成,请检查路径
我在应用host.gradle时是将host.gralde放到了本地,写法如下:
apply from "host.gradle"
请问下是什么原因引起的 value_public_attrs.arsc.flat文件未生成
The text was updated successfully, but these errors were encountered: