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
aaptOptions{ additionalParameters '-I',"${rootDir}/host/build/outputs/apk/host-debug.apk" }
按照文章的说法,我再plugin工程的build.gradle里面加上这个参数,就应该可以引用到host里面的资源了,但是我的不能访问,问下是为什么呢?
The text was updated successfully, but these errors were encountered:
同问
Sorry, something went wrong.
No branches or pull requests
aaptOptions{
additionalParameters '-I',"${rootDir}/host/build/outputs/apk/host-debug.apk"
}
按照文章的说法,我再plugin工程的build.gradle里面加上这个参数,就应该可以引用到host里面的资源了,但是我的不能访问,问下是为什么呢?
The text was updated successfully, but these errors were encountered: