Skip to content
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

Package is not working at Android debug #23

Open
KrishnaSangaleKD opened this issue Nov 21, 2024 · 1 comment
Open

Package is not working at Android debug #23

KrishnaSangaleKD opened this issue Nov 21, 2024 · 1 comment

Comments

@KrishnaSangaleKD
Copy link

It's working at IOS debug but not on android.
It's giving me this error

Launching lib\main.dart on moto g32 in debug mode...
Incorrect package="com.tahamalas.internet_speed_test" found in source AndroidManifest.xml: C:\Users\KrishnaSangale\AppData\Local\Pub\Cache\hosted\pub.dev\internet_speed_test-1.5.0\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.tahamalas.internet_speed_test" from the source AndroidManifest.xml: C:\Users\KrishnaSangale\AppData\Local\Pub\Cache\hosted\pub.dev\internet_speed_test-1.5.0\android\src\main\AndroidManifest.xml.

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':internet_speed_test:processDebugManifest'.

A failure occurred while executing com.android.build.gradle.tasks.ProcessLibraryManifest$ProcessLibWorkAction
Incorrect package="com.tahamalas.internet_speed_test" found in source AndroidManifest.xml: C:\Users\KrishnaSangale\AppData\Local\Pub\Cache\hosted\pub.dev\internet_speed_test-1.5.0\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.tahamalas.internet_speed_test" from the source AndroidManifest.xml: C:\Users\KrishnaSangale\AppData\Local\Pub\Cache\hosted\pub.dev\internet_speed_test-1.5.0\android\src\main\AndroidManifest.xml.

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.

BUILD FAILED in 29s
Error: Gradle task assembleDebug failed with exit code 1

Exited (1).

@Jaskaran-ios
Copy link

It's working at IOS debug but not on android. It's giving me this error

Launching lib\main.dart on moto g32 in debug mode... Incorrect package="com.tahamalas.internet_speed_test" found in source AndroidManifest.xml: C:\Users\KrishnaSangale\AppData\Local\Pub\Cache\hosted\pub.dev\internet_speed_test-1.5.0\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.tahamalas.internet_speed_test" from the source AndroidManifest.xml: C:\Users\KrishnaSangale\AppData\Local\Pub\Cache\hosted\pub.dev\internet_speed_test-1.5.0\android\src\main\AndroidManifest.xml.

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':internet_speed_test:processDebugManifest'.

A failure occurred while executing com.android.build.gradle.tasks.ProcessLibraryManifest$ProcessLibWorkAction
Incorrect package="com.tahamalas.internet_speed_test" found in source AndroidManifest.xml: C:\Users\KrishnaSangale\AppData\Local\Pub\Cache\hosted\pub.dev\internet_speed_test-1.5.0\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.tahamalas.internet_speed_test" from the source AndroidManifest.xml: C:\Users\KrishnaSangale\AppData\Local\Pub\Cache\hosted\pub.dev\internet_speed_test-1.5.0\android\src\main\AndroidManifest.xml.

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.

BUILD FAILED in 29s Error: Gradle task assembleDebug failed with exit code 1

Exited (1).

try this flutter_speed_test_plus package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants