D Deleted member 103 Guest May 26, 2021 #1 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 Click to expand...
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 Click to expand...
Erel B4X founder Staff member Licensed User Longtime User May 27, 2021 #2 Filippo said: I use from the library "ExternalStorage" only the class "ExternalStorage.bas". Click to expand... This is the only class in that library. Filippo said: Question: do I need to add the bottom line or is it not necessary? Click to expand... 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
Filippo said: I use from the library "ExternalStorage" only the class "ExternalStorage.bas". Click to expand... This is the only class in that library. Filippo said: Question: do I need to add the bottom line or is it not necessary? Click to expand... The dependency is required, if you don't get any error then it means that it was already added because of a different library.