Closed wolf20482 closed 2 years ago
I haven't built it for a long time so I can't figure it out either, it looks like a network problem, or kotlin lib version problem, did you set some private constants? like another open issue
I haven't built it for a long time so I can't figure it out either, it looks like a network problem, or kotlin lib version problem, did you set some private constants? like another open issue
yes, I set PrivateConstants with just some random strings:
package info.free.scp
object PrivateConstants {
const val CONTENT_TYPE_JSON = "Accept: application/json"
const val APP_ID = "test_id"
const val API_KEY = "test_key"
}
My environment:
I can also see that you use a closed-source backend API for this app.
Ok I tried and got same problem, let me check how to solve it
I update kotlinx-serialization version and fixed some database models and it build successfully, but bcs of I update ROOM lib version too it caused some field NULL problems bcs my model can't match my database in asset, I must update the database to fix it, it will take some time. I'll push my code now and fix other problems later, maybe tonight.
when will it be fixed?
when will it be fixed?
I update a new database in assets, uninstall your app and run again, it will work but the data in the app is not normal, I'll fix later
I cloned this app's repo from Git, created PrivateConstants, and tried to build the app.
After trying to build the app, I got this error:
I tried to rebuild again with
--stacktrace
and it outputted this (not so helpful) message:This stacktrace doesn't seem to point to anything in the app code. How did you build this app?