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

java: package org.libtorrent4j does not exist #250

Open
admin-elvistrujanovic opened this issue Jul 23, 2023 · 2 comments
Open

java: package org.libtorrent4j does not exist #250

admin-elvistrujanovic opened this issue Jul 23, 2023 · 2 comments

Comments

@admin-elvistrujanovic
Copy link

I'm trying to compile updated WIP version of Popcorn Time for Android but I'm getting this error while compiling:

Task :base:compileDebugJavaWithJavac
C:\Users\John\Desktop\Projects\popcorn-android\base\src\main\java\butter\droid\base\manager\updater\DhtManager.java:15: error: package org.libtorrent4j does not exist.........
.......
Task :base:compileDebugJavaWithJavac FAILED

And the rest of the failed logs are connected to that package and after that - build failed.

@aldenml
Copy link
Owner

aldenml commented Jul 24, 2023

Hi @admin-elvistrujanovic, this sounds like an issue in Popcorn Time for Android, not this repo. I can take a look if you put more details, like the exact command line and a link to the build script.

@admin-elvistrujanovic
Copy link
Author

Hi @admin-elvistrujanovic, this sounds like an issue in Popcorn Time for Android, not this repo. I can take a look if you put more details, like the exact command line and a link to the build script.

Well, I found an fix but the problem is that when I'm tried to build the code, it shows that Android Gradle Plugin I have ignores minimum sdk version that is written in the code and after that, many other issues about incompatibility occurred.

The code is there (development branch): https://github.com/popcorn-official/popcorn-android

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