Skip to content Skip to sidebar Skip to footer

Android Studio: Configure Offline Build Dependencies

Good day, I followed the instructions in the 'Configure you Android Studio Page' to install offline build dependencies(found here https://developer.android.com/studio/intro/studio-

Solution 1:

You don't need to change anything after configuring offline build dependencies, the error you getting is by putting comments on build.gradle file (i think there is exception in this documentation step 4 (optional) and that exception is [ internet is required one time for "new Android Gradle Plugin" version download if it is not present in local repo or cache ] ).

The Solution is

  1. (If error shows like this with "correct location of our set repo in local repo", then its fine,our setting is working fine) enter image description here

  2. Uncomment the comments which we commented earlier, classpath and other things should be same ,no need to change. enter image description here


Notes:- (follow this if offline build failed occurs after doing above steps)

Post a Comment for "Android Studio: Configure Offline Build Dependencies"