flutter-geocoding
flutter-geocoding copied to clipboard
[Regression]: Execution failed for task ':geocoding_android:processDebugManifest'
Is there an existing issue for this?
- [X] I have searched the existing issues.
Please select affected platform(s)
- [ ] Android
- [X] iOS
Old behavior
Execution failed for task ':geocoding_android:processDebugManifest'.
Error while evaluating property 'packageOverride' of task ':geocoding_android:processDebugManifest' Failed to calculate the value of task ':geocoding_android:processDebugManifest' property 'packageOverride'. > Failed to query the value of property 'applicationId'. > org.xml.sax.SAXParseException; systemId: file:/Users/vivent-app/.pub-cache/hosted/pub.dev/geocoding_android-2.1.2/android/src/main/AndroidManifest.xml; lineNumber: 3; columnNumber: 1; Element type "manifest" must be followed by either attribute specifications, ">" or "/>". mac book error in windows its working
Current behavior
I am facing geocoding error and geolocator
Steps to reproduce
Execution failed for task ':geocoding_android:processDebugManifest'.
Error while evaluating property 'packageOverride' of task ':geocoding_android:processDebugManifest' Failed to calculate the value of task ':geocoding_android:processDebugManifest' property 'packageOverride'. > Failed to query the value of property 'applicationId'. > org.xml.sax.SAXParseException; systemId: file:/Users/vivent-app/.pub-cache/hosted/pub.dev/geocoding_android-2.1.2/android/src/main/AndroidManifest.xml; lineNumber: 3; columnNumber: 1; Element type "manifest" must be followed by either attribute specifications, ">" or "/>". mac book error in windows its working
Code sample
Code sample
[Paste your code here]
Screenshots or video
Screenshots or video demonstration
[Upload media here]
Current version
2.1.0
Last version without regression
2.1.0
Also having this issue!
i'm also having the same issue
same issue
* What went wrong:
Execution failed for task ':geocoding_android:processDebugManifest'.
> Error while evaluating property 'packageOverride' of task ':geocoding_android:processDebugManifest'
> Failed to calculate the value of task ':geocoding_android:processDebugManifest' property 'packageOverride'.
> Failed to query the value of property 'applicationId'.
> Package Name not found in C:\Users\signity\AppData\Local\Pub\Cache\hosted\pub.dev\geocoding_android-2.1.2\android\src\main\AndroidManifest.xml
Updating the gradle version in android/build.gradle
to classpath 'com.android.tools.build:gradle:7.2.1'
fixed this for me
https://github.com/jamesgaddumgravy
Thanks it work for me.