Android Question what is "guava-30.1.1.withoutlistenable.jar"

Devv

Active Member
Licensed User
Longtime User
i am trying to compile one project

i get this


1648038232520.png
 

Pendrush

Well-Known Member
Licensed User
Longtime User
You can check additional libraries XML file.
On the bottom of the file you will find:
XML:
<dependsOn>guava-30.1.1.withoutlistenable</dependsOn>
You will find which library depend on guava-30.1.1.withoutlistenable.jar
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
Also check this:
 
Upvote 0

Devv

Active Member
Licensed User
Longtime User
You can check additional libraries XML file.
On the bottom of the file you will find:
XML:
<dependsOn>guava-30.1.1.withoutlistenable</dependsOn>
You will find which library depend on guava-30.1.1.withoutlistenable.jar
ok i checked it is required by expoplayer , now what ?
 
Upvote 0

Devv

Active Member
Licensed User
Longtime User
Also check this:
already using 1.5.2
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
Upvote 1

Devv

Active Member
Licensed User
Longtime User
You need to download additional files:


View attachment 126916
That worked ! thank you very much
 
Upvote 0
Top