nanihadesuka / NovelDokusha

Android web novel reader
GNU General Public License v3.0
218 stars 16 forks source link

e: ***\NovelDokusha-1.4.0\app\src\main\java\my\noveldokusha\uiAdapters\ProgressBarAdapter.kt: (5, 24): Unresolved reference: databinding #6

Closed Nabeelshar closed 2 years ago

Nabeelshar commented 2 years ago

getting error when trying to run the app in android studio emulator . Full error https://pastebin.com/haKkXJjJ

nanihadesuka commented 2 years ago

That error means there is something wrong with your android studio or gradle configuration. Those errors tell you the viewBinding gradle plugin isn't generating the XML view holders automatically ( e.g. reader_activity.xml should have generated an ActivityReaderBinding).

Nabeelshar commented 2 years ago

Okay will check that, but I haven't changed anything in the android setting flutter apps are running fine. Another issue is that it looking for signin certificate. You can try to download this source code and run it on Android studio. Maybe it giving errors to new project

nanihadesuka commented 2 years ago

You can delete the signing certificate need by removing the code from the build.gradle file. I should probably fix it so it works without the keys thought.

Nabeelshar commented 2 years ago

i double check, and found no issue, I think its problem with database. do you have discord? if not not can you download this source code and run it as new project, i think its giving problem to new projects only.

nanihadesuka commented 2 years ago

No, I don't have discord :( Ok, tried. Downloaded from github, changed isSignBuild to false in `app/build.gradle.kts" and got an hilt plugin error. Then I fixed it with https://www.youtube.com/watch?v=CoQ7ikBPgR8. Apart from that I didn't get any error and compiled just fine.

nanihadesuka commented 2 years ago

Did you check ProgressBarAdapter exists and wasn't deleted by accident?

Nabeelshar commented 2 years ago

Thanks~ so problem was that i was commenting out whole isSiginBuild and lol i also watch that video and fixed hilt plugin. also i am trying to add this website https://webnovellight.com/ (its mine but i am getting error

after description on fetching chapters


unkown error 
info;no info

Message
HTTP error fetching URL, status=404, URL=[https://webnovellight.com/wp-admin/admin-ajax.php]```
nanihadesuka commented 2 years ago

https://webnovellight.com/wp-admin/admin-ajax.php also returns 404 in the browser. I set as fixed this issue. For the website you can do new issue or PR or whatever you want :D