droibit/flutter_custom_tabs

Execution failed for task ':app:compileDebugJavaWithJavac' at custom tab plugin

Opened this issue · 1 comments

android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java:29: error: package com.github.droibit.flutter.plugins.customtabs does not exist
flutterEngine.getPlugins().add(new com.github.droibit.flutter.plugins.customtabs.CustomTabsPlugin());
^
1 error

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

  • 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 15s
Exception: Gradle task assembleDebug failed with exit code 1

This has been fixed in the updated version of the plugin I believe.