aldenml / libtorrent4j

libtorrent for java, a swig Java interface for libtorrent
http://libtorrent4j.org
Other
204 stars 31 forks source link

java: package org.libtorrent4j does not exist #250

Open admin-elvistrujanovic opened 11 months ago

admin-elvistrujanovic commented 11 months ago

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 commented 11 months ago

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 commented 11 months ago

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