-
-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
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
4.1.3编译不通过,提示Missing 'package' key attribute on element package #26
Comments
那两句是用来兼容 |
是的 我把gradle升级到了6.7.1 然后gradle插件升级到了4.2.1 问题解决了 |
实在不能升级Gradle 插件版本的话。可以在你APP的Manifest里加入试试下面这个移除:
|
好的 谢谢 |
这个具体加在那个位置啊 |
你自己的APP的 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<queries tools:node="remove" />
<application>...</application>
</manifest> |
No description provided. |
Error:
Missing 'package' key attribute on element package at [com.github.gzu-liyujiang:Android_CN_OAID:4.1.3] AndroidManifest.xml
The text was updated successfully, but these errors were encountered: