flutter-geocoding icon indicating copy to clipboard operation
flutter-geocoding copied to clipboard

[Regression]: Execution failed for task ':geocoding_android:processDebugManifest'

Open pravin-brovitech opened this issue 1 year ago • 5 comments

Is there an existing issue for this?

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]
bhhh

Screenshots or video

Screenshots or video demonstration

[Upload media here]

hh

Current version

2.1.0

Last version without regression

2.1.0

pravin-brovitech avatar Aug 09 '23 04:08 pravin-brovitech

Also having this issue!

jamesgaddumgravy avatar Sep 12 '23 10:09 jamesgaddumgravy

i'm also having the same issue

rafeeque303 avatar Sep 13 '23 08:09 rafeeque303

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

Achin-verma avatar Sep 13 '23 12:09 Achin-verma

Updating the gradle version in android/build.gradle to classpath 'com.android.tools.build:gradle:7.2.1' fixed this for me

jamesgaddumgravy avatar Sep 13 '23 12:09 jamesgaddumgravy

https://github.com/jamesgaddumgravy

Thanks it work for me.

geeky-dawood avatar Oct 16 '23 08:10 geeky-dawood