Skip to content

Android Gradle plugin version problem #6167

Closed
@dagovalsusa

Description

@dagovalsusa

Description

If you upgrade your Gradle version to 8.6.0, Amplify gets stuck in the setup process.

Categories

  • Analytics
  • API (REST)
  • API (GraphQL)
  • Auth
  • Authenticator
  • DataStore
  • Notifications (Push)
  • Storage

Steps to Reproduce

update id "com.android.application" version "8.6.0" apply false

Screenshots

my code

  // initialize and configure Amplify
  Logger.log('configure Amplify...', level: LoggerLevel.info);
  await Amplify.addPlugin(AmplifyAuthCognito());
  Logger.log('AmplifyAuthCognito: ok', level: LoggerLevel.info);
  await Amplify.addPlugin(AmplifyAPI());
  Logger.log('AmplifyAPI: ok', level: LoggerLevel.info);
  await Amplify.configure(amplifyConfig);
  Logger.log('Amplify: ok', level: LoggerLevel.info);

  runApp(ProviderScope(child: await builder()));

my logs

I/flutter ( 9747): configure Amplify...
I/flutter ( 9747): AmplifyAuthCognito: ok
I/flutter ( 9747): AmplifyAPI: ok

Platforms

  • iOS
  • Android
  • Web
  • macOS
  • Windows
  • Linux

Flutter Version

3.32

Amplify Flutter Version

2.6.3

Deployment Method

Amplify Gen 2

Schema

Metadata

Metadata

Assignees

Labels

GraphQL APIIssues related to the API (GraphQL) CategoryquestionA question about the Amplify Flutter libraries

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions