gradle lint shows 'Package not included in Android' for jjwt-0.9.0.jar
See original GitHub issue.gradle/caches/modules-2/files-2.1/io.jsonwebtoken/jjwt/0.9.0/64e3ed8a5f0bc93ecea592a0b3280f995efbdfe9/jjwt-0.9.0.jar: Invalid package reference in library; not included in Android: javax.xml.bind. Referenced from io.jsonwebtoken.impl.Base64Codec.
This check scans through libraries looking for calls to APIs that are not included in Android.
Any ideas why this happens?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:6 (4 by maintainers)
Top Results From Across the Web
gradle build fails on lint task - android - Stack Overflow
jar : Invalid package reference in library; not included in Android: javax.annotation.processing. Referenced from butterknife.internal.
Read more >Could not load custom lint check jar file · Issue #41 - GitHub
Hi there, We're running android-state v1.2.0. During the lint step we get this error: [unitTest] :app:kaptDebugKotlin [unitTest] Could not ...
Read more >io.jsonwebtoken : jjwt : 0.9.0 - Maven Central Repository Search
JSON Web Token support for the JVM ; Apache Maven maven.apache.org ; Gradle Groovy DSL gradle.org ; Gradle Kotlin DSL github.com/gradle/kotlin-dsl ; Scala...
Read more >io.jsonwebtoken » jjwt » 0.9.1 - Maven Repository
JSON Web Token Support For The JVM » 0.9.1 ; jar (110 KB) View All · CentralHortonworksSpring Lib MSpring Lib ReleaseVelocity · #554...
Read more >Error when trying to build apk - Ionic Forum
ionic cordova build android --prod --release > ionic-app-scripts build --prod --target cordova --platform android [15:14:00] ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This has been fixed and released in 0.10.0.
I wonder if this will be cleaned up with #333