apphud / ApphudSDK-Flutter

MIT License
5 stars 5 forks source link

Incorrect package="com.apphud.fluttersdk" found in source AndroidManifest.xml #59

Open AdamBCo opened 6 months ago

AdamBCo commented 6 months ago

At the moment, I am getting the following error:

Incorrect package="com.apphud.fluttersdk" found in source AndroidManifest.xml: /Users/home/.pub-cache/hosted/pub.dev/apphud-2.4.2/android/src/main/AndroidManifest.xml. Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported. Recommendation: remove package="com.apphud.fluttersdk" from the source AndroidManifest.xml: /Users/home/.pub-cache/hosted/pub.dev/apphud-2.4.2/android/src/main/AndroidManifest.xml.

How can I resolve this?

alien190 commented 6 months ago

Hi @AdamBCo,

Thanks a lot for the issue and PR. Could you please try the SDK version 2.4.3? Thanks in advance.