You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your library is really useful, thanks.
I'm an iOS dev but had to integrate your library with both platforms and hit a problem with Android:
On running ./gradlew lintDebug I get an error
Correctness InvalidPackage: Package not included in Android <path stuff>/okio-1.5.0.jar: Invalid package reference in library; not included in Android: java.nio.file. Referenced from okio.Okio.
Googling brought me to square/okio#58 and I used that and adapted the workaround at http://stackoverflow.com/a/25149514 to find a solution for me that didn't involve editing your library's code because we install it as a node module during our CI job.
Hi,
Your library is really useful, thanks.
I'm an iOS dev but had to integrate your library with both platforms and hit a problem with Android:
On running
./gradlew lintDebug
I get an errorCorrectness InvalidPackage: Package not included in Android <path stuff>/okio-1.5.0.jar: Invalid package reference in library; not included in Android: java.nio.file. Referenced from okio.Okio.
Googling brought me to square/okio#58 and I used that and adapted the workaround at http://stackoverflow.com/a/25149514 to find a solution for me that didn't involve editing your library's code because we install it as a node module during our CI job.
To help others who might hit the same issue I suggest you add a
lintOptions
to your gradle file like https://github.com/oblador/react-native-vector-icons/blob/master/android/build.gradle#L23Regards
Donnie
The text was updated successfully, but these errors were encountered: