wolpi / prim-ftpd

FTP server app for android
Other
607 stars 78 forks source link

Invalid package reference #364

Open asadqazi opened 1 month ago

asadqazi commented 1 month ago

Facing following isssue with bouncy castle in Android Studio Koala. Working fine on Android Studio Hedge Hog.

Invalid package reference in org.bouncycastle:bcpkix-jdk15on; not included in Android: javax.naming.directory. Referenced from org.bouncycastle.cert.dane.fetcher.JndiDANEFetcherFactory.

Gradle version: 7.4.2

wolpi commented 1 month ago

Interesting to hear. Might affect me in future. As you can see in multiple places of code and configuration this app uses rather old versions of tools. That is because there are issues with latest versions ...

asadqazi commented 1 month ago

is there any way or hack to get it fixed?

wolpi commented 1 month ago

This is the verion I currently use:

Android Studio Electric Eel | 2022.1.1

Build #AI-221.6008.13.2211.9477386, built on January 11, 2023
Runtime version: 11.0.15+0-b2043.56-8887301 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.

I'm in no hurry to update. Especially as I have to expect issues ...

Contributions are welcome :wink: