Android Question AdditionalJar for ExternalStorage ?

D

Deleted member 103

Guest
Hi,

I use from the library "ExternalStorage" only the class "ExternalStorage.bas".
Question: do I need to add the bottom line or is it not necessary?
#AdditionalJar: com.android.support:support-core-utils
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I use from the library "ExternalStorage" only the class "ExternalStorage.bas".
This is the only class in that library.

Question: do I need to add the bottom line or is it not necessary?
The dependency is required, if you don't get any error then it means that it was already added because of a different library.
 
Upvote 0
Top