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

Unresolved reference: TaskDbHelper,IntentUtils #916

Open
Lakshya-Punhani opened this issue Nov 21, 2023 · 1 comment
Open

Unresolved reference: TaskDbHelper,IntentUtils #916

Lakshya-Punhani opened this issue Nov 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Lakshya-Punhani
Copy link

Getting many issues while building the application in flutter. In Android, I am not able to run the code because of the errors attached below. Commenting everything related to this library makes everything works fine

e: file:///Users/lakshyap/.pub-cache/hosted/pub.dev/flutter_downloader-1.10.2/android/src/main/kotlin/vn/hunghd/flutterdownloader/DownloadWorker.kt:62:27 Unresolved reference: TaskDbHelper
e: file:///Users/lakshyap/.pub-cache/hosted/pub.dev/flutter_downloader-1.10.2/android/src/main/kotlin/vn/hunghd/flutterdownloader/DownloadWorker.kt:136:20 Unresolved reference: TaskDbHelper
e: file:///Users/lakshyap/.pub-cache/hosted/pub.dev/flutter_downloader-1.10.2/android/src/main/kotlin/vn/hunghd/flutterdownloader/DownloadWorker.kt:148:20 Unresolved reference: TaskDbHelper
e: file:///Users/lakshyap/.pub-cache/hosted/pub.dev/flutter_downloader-1.10.2/android/src/main/kotlin/vn/hunghd/flutterdownloader/DownloadWorker.kt:442:38 Unresolved reference: IntentUtils
e: file:///Users/lakshyap/.pub-cache/hosted/pub.dev/flutter_downloader-1.10.2/android/src/main/kotlin/vn/hunghd/flutterdownloader/FlutterDownloaderPlugin.kt:48:27 Unresolved reference: TaskDbHelper
e: file:///Users/lakshyap/.pub-cache/hosted/pub.dev/flutter_downloader-1.10.2/android/src/main/kotlin/vn/hunghd/flutterdownloader/FlutterDownloaderPlugin.kt:48:42 Unresolved reference: TaskDbHelper
e: file:///Users/lakshyap/.pub-cache/hosted/pub.dev/flutter_downloader-1.10.2/android/src/main/kotlin/vn/hunghd/flutterdownloader/FlutterDownloaderPlugin.kt:368:13 Unresolved reference: IntentUtils
e: file:///Users/lakshyap/.pub-cache/hosted/pub.dev/flutter_downloader-1.10.2/android/src/main/kotlin/vn/hunghd/flutterdownloader/TaskDao.kt:8:37 Unresolved reference: TaskDbHelper

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':flutter_downloader:compileProfileKotlin'.

A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
Compilation error. See log for more 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.

BUILD FAILED in 7s
Running Gradle task 'assembleProfile'... 7.8s
Gradle task assembleProfile failed with exit code 1

@Lakshya-Punhani Lakshya-Punhani added the bug Something isn't working label Nov 21, 2023
@bermanapps
Copy link

Same for me. Any solution for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants