You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bobjack1313 opened this issue
Sep 19, 2024
· 4 comments
Assignees
Labels
invalidThis doesn't seem rightquestionFurther information is requestedtaskA piece of development work that needs to be carried outwontfixThis will not be worked on
The DBFlow library located at https://github.com/agrosner/DBFlow needs to be properly added to the Android project. All proper integrations need to be made to link the library. A sample should be employed to ensure it works.
The text was updated successfully, but these errors were encountered:
I'm having an issue getting the basic model to initialize. I throw:
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
What went wrong:
Execution failed for task ':app:mergeExtDexDebug'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Failed to transform dagger-spi-2.51.1.jar (com.google.dagger:dagger-spi:2.51.1) to match attributes {artifactType=android-dex, dexing-component-attributes=ComponentSpecificParameters(minSdkVersion=24, debuggable=true, enableCoreLibraryDesugaring=false, enableGlobalSynthetics=false, enableApiModeling=false, dependenciesClassesAreInstrumented=false, asmTransformComponent=null, useJacocoTransformInstrumentation=false, enableDesugaring=true, needsClasspath=false, useFullClasspath=false, componentIfUsingFullClasspath=null), org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Execution failed for DexingNoClasspathTransform: /Users/bobjack/.gradle/caches/modules-2/files-2.1/com.google.dagger/dagger-spi/2.51.1/76253c53aadb8ac37b5348f65f62426de26c6d1f/dagger-spi-2.51.1.jar.
> Error while dexing.
Further research has led me to believe that the DBFlow project has been abandoned and that it is no longer compatible with modern Android development. Similar issues have been posted on the DBFlow issue board at: agrosner/DBFlow#1716
I am recommending that we explore other methods to add a DB to the project. Android has a native library called Room. This issue will be evaluated later to check on a possible resolution. The branch will remain saved. Changing this issue to reflect the new status.
invalidThis doesn't seem rightquestionFurther information is requestedtaskA piece of development work that needs to be carried outwontfixThis will not be worked on
The DBFlow library located at https://github.com/agrosner/DBFlow needs to be properly added to the Android project. All proper integrations need to be made to link the library. A sample should be employed to ensure it works.
The text was updated successfully, but these errors were encountered: