Skip to content
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

NoSuchMethodError at ByteStreamsHack.toByteArray(...) #8

Open
Lanchon opened this issue Sep 29, 2020 · 1 comment
Open

NoSuchMethodError at ByteStreamsHack.toByteArray(...) #8

Lanchon opened this issue Sep 29, 2020 · 1 comment

Comments

@Lanchon
Copy link
Member

Lanchon commented Sep 29, 2020

Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.io.ByteStreams.toByteArray(Ljava/io/InputStream;J)[B
	at com.google.common.io.ByteStreamsHack.toByteArray(ByteStreamsHack.java:30)
	at lanchon.multidexlib2.RawDexIO.readRawDexFile(RawDexIO.java:54)
	at lanchon.multidexlib2.ZipFileDexContainer.<init>(ZipFileDexContainer.java:48)
	at lanchon.multidexlib2.MultiDexIO.readMultiDexContainer(MultiDexIO.java:61)
	at lanchon.multidexlib2.MultiDexIO.readMultiDexContainer(MultiDexIO.java:48)
	at lanchon.multidexlib2.MultiDexIO.readMultiDexContainer(MultiDexIO.java:39)

reference: #7 (comment)

@auermich93
Copy link

@Lanchon: Any intention to fix that issue in the near future? If I got it right, it's due to a transitive guava dependency that is too new/old and doesn't provide the respective method?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants