Hello,
I am running AIDE on Android 10 and trying to use the FileProvider class. For this i tried writing
import androidx.core.content.FileProvider;
The androidx imports are not added to the file when I use the “organize imports” AIDE option.
How do I use classes belonging to an androidx library in AIDE? Do I need to install a Jetpack library, and if so, how do I do it?
Thanks.