-
Notifications
You must be signed in to change notification settings - Fork 133
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
Build fails after install #149
Comments
i faced the same problem when i tried to upgrade flutter to 3.19.3 i get asked to upgrade my build.gradle as the flutter docs says then i faced this error i fixed it by adding this line inside android { |
same issue any fix ? |
I have the same issue. Someone knows how can I solve it |
for me this worked Created a file on root android folder named
then at the end of
Was having two issues for both the manifest and the namespace At least for me this worked! |
I am getting the same issue after upgrading my compileSDKVersion and targetSDKVersion. Any Solutions? |
I got this message * What went wrong:
|
Add the pusher_channels_flutter_fix.gradle on the |
I solve it. This way: /Users/your username/.pub-cache/hosted/pub.dev/pusher_channels_flutter-2.2.1/android/build.gradle |
it will clear all cached packages on your device then
it will work with you |
When the library is installed, building app fails with the following error:
FAILURE: Build failed with an exception.
A problem occurred configuring project ':pusher_channels_flutter'.
If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant.
BU�LD FAILED in 8s
Error: Gradle task assembleDebug failed with exit code 1
The text was updated successfully, but these errors were encountered: