ravitejaavv / store_checker

This Flutter plugin is useful to find the origin of apk/ipa which is made available for download. **Android**: It's very common to have Android applications republished on alternate markets or their APKs made available for download. The plugin detects whether app is installed from local source or Play Store or other stores **iOS**: Detects whether we have installed TestFlight Beta or App Store build
MIT License
23 stars 19 forks source link

Namespace not specified - with Gradle version 8+ #25

Closed daimionsg closed 2 months ago

daimionsg commented 5 months ago

When using Gradle version 8.4.1, keep getting the error:

A problem occurred configuring project ':store_checker'.

Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. Namespace not specified. Specify a namespace in the module's build file:

peer-f commented 3 months ago

Hi @ravitejaavv thank you for the great package.

I have the same issue using Gradle version 8.4.


FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':store_checker'.
> Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
   > Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.

     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.

* 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.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Failed to query the value of property 'buildFlowServiceProperty'.
> Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@2787b8dc of type BuildFlowService.Parameters
   > A problem occurred configuring project ':store_checker'.
      > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
         > Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.

           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.

* 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 2s
Error: Gradle task assembleDevDebug failed with exit code 1
potatosalad775 commented 2 months ago

Since the PR which resolves this issue is indeed merged, you can directly fetch package from this git repository as a temporary fix.

Simply edit your pubspec.yaml like below:

  store_checker:
    git:
      url: https://github.com/ravitejaavv/store_checker.git
      ref: master
ravitejaavv commented 2 months ago

@peer-f @daimionsg

Please update to latest version

store_checker: ^1.5.0