-
Notifications
You must be signed in to change notification settings - Fork 80
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
Invalid package reference #364
Comments
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 ... |
is there any way or hack to get it fixed? |
This is the verion I currently use:
I'm in no hurry to update. Especially as I have to expect issues ... Contributions are welcome 😉 |
I can run the project with the latest version of Android Studio (). Also, the project uses Gradle v6.9.1. I would personally advise against using a newer version when you're trying to build a project for the first time. The only thing I had to do was to set the Gradle JDK version to 11. That's in "Settings > Build, Execution, Deployment > Build Tools > Gradle": |
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
The text was updated successfully, but these errors were encountered: