Using custom android.jar with Android Studio

I want to add a custom android.jar file to use the hidden Android API for my projects. But I can not add the library to external libraries until the Android SDK. In eclipse, I can add a library and sort it before the Android SDK. Is there any way to do this in Android Studio.

Here is an image to make my question clearer:

pic

+6
source share
1 answer

Your problem is easy to solve. You need to go to the “File → Project Structure” section, open the “Dependency” tab and add “File Dependency”. Screenshot

0
source

All Articles