-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
unexpected element <queries> found in <manifest> #1406
Comments
upgrade your gradle version to be able to recognize new queries element. cc https://stackoverflow.com/questions/62969917/how-do-i-fix-unexpected-element-queries-found-in-manifest |
thank you, it fixed it. |
Even after upgrading gradle to 6.5.1 , I keep getting the same error. System: |
You could check this out: https://stackoverflow.com/a/62969918/3501012 After that before new build run: |
Thank you guys. I already upgraded gradle using: Solution was to downgrade using: My info: System: |
Hi @SUMITIOS if we downgrade to 0.33.2, how can we get the fix included in 0.35 which fixes the camera on Android 11. |
No need to downgrade to 0.33. |
Upgrade gradle to 4.0.1 fixed the issue |
I can confirm, upgrading to 4.0.1 fixed the issue. Thanks guys |
Thanx, this really solved the issue, I was upgrading gradle version on my system instead of the project. Now its fine but I am facing camera permission error. Hope to get rid of that too. Thanx a lot |
@zzeerak thank you downgrading works fine. |
downgrade to this version, solved to me! thanks! |
@lfoliveir4 and @kigh143 thank you but plz note that downgrading to 0.33 may cause issue on Android 11 as mentioned by @zzeerak . So kindly check if it works properly on Android 11, otherwise upgrade your project's gradle version by adding |
yea.... downgrading might work but the best option is to upgrade your gradle in your build.gradle file and not your system gradle version @lfoliveir4 |
classpath('com.android.tools.build:gradle:4.0.1') Worked for me! But I got the following error.. Execution failed for task ':app:stripDebugDebugSymbols'.
|
@amitsharma-007 |
i install this package in my project and i have an error saying |
But why the app is crashing when opening camera ? |
@iamabdulhaseeb I guess you should open a new issue for that |
I also had the same problem.
Good luck! |
Thanks! Upgrade gradle to 3.5.4 fixed the issue in my case. - classpath("com.android.tools.build:gradle:3.5.3")
+ classpath("com.android.tools.build:gradle:3.5.4")
|
1st upgrade the Gradle |
The only solution that helped |
Upgrade gradle from 3.5.3 to 3.5.4 fixed the issue in my case as well. |
This fixed for me. |
I am facing issue in realme phones and some android 11 versinon phone when i am clicking photo so after click i am submit the button for upload so my app is reloading and i am not getting any error and not getting any value on console because app is reloading |
Version
Tell us which versions you are using:
Platform
Tell us to which platform this issue is related
Expected behaviour
Successful build
Actual behaviour
node_modules\react-native-image-crop-picker\android\build\intermediates\library_manifest\debug\AndroidManifest.xml:10:5-14:15: AAPT: error: unexpected element found in
Steps to reproduce
Attachments
// stacktrace or any other useful debug info
Love react-native-image-crop-picker? Please consider supporting our collective:
👉 https://opencollective.com/react-native-image-crop-picker/donate
The text was updated successfully, but these errors were encountered: