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

Fix Android Studio sync / build or provide build instruction. #109

Open
QuentinLB opened this issue Nov 11, 2024 · 1 comment
Open

Fix Android Studio sync / build or provide build instruction. #109

QuentinLB opened this issue Nov 11, 2024 · 1 comment

Comments

@QuentinLB
Copy link

Hi, I was looking to debug the app to fix my issue, but I'm unable to build the app.

  • Many dependencies failed to resolve (old tachi deps, jcenter deps, etc.)
    • By disabling the shortcut helper plugin I can try syncing but then it fail to resolves

photo_2024-11-11_14-03-21

  • AGP upgrade doesn't work (seems that the upgrade assistant is unable to find AGP version in build files).

How to reproduce :

  • Clone TachiAZ
  • Open it in Android Studio
  • Try to sync project (fail)

I understand that this project is under low maintenance given the drift with the mainline. But it's the only tachi fork that truly support older devices and provide good features like proper language filtering from extensions and saving filters. I'm willing to spend time to at least fix the issues I encounter while using it and provided pull requests but I'm unable to since I can't get it to build.

Have a great day.

@abdlhay
Copy link

abdlhay commented Nov 23, 2024

You can replace the unresolved dependencies with the following:

  • org.tachiyomi:source-api:1.1
  • uy.kohesive.injekt:injekt-core:1.16.1

For FlexibleAdapter, you'll need to add the module manually from its repository:
FlexibleAdapter on GitHub.

Regarding the other unresolved dependencies, I’m not familiar with them as I don’t use them in my project. However, I recommend checking other Tachiyomi forks to see which versions they are using. You might find the latest compatible versions there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants