Open AndroidDeveloperLB opened 9 months ago
@AndroidDeveloperLB Try moving the esrganmodel.tflite file out of res. The new path will be - app/src/main/assets/esrganmodel.tflite
@Vedant-Gandhi Now it has a different build issue:
Execution failed for task ':app:processDebugMainManifest'.
> Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not "opens java.io" to unnamed module @16cea5dd
* 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.
It shows me an error:
Why is there "Assets" folder in "res"? It's not supposed to be there, no?
My Application.zip