Skip to main content

Disable offline mode in android studio




Some time while  build an android project will give the error like  "Failed to resolve:com.android.support:appcompat-v7:23.4.0" you can solve this error by following steps

Click  File in Android studio menu than goto Setting.
In left of Setting menu you can find Build,Execution,Deployment -> Build Tools->Gradle


Gradle Setting page find the check box offline work you can enable or disable the offline mode of android studio,if you always have internet connection better you can disable it, you want to work in work in offline you can enable it.



Comments

  1. I was really searching for the information based on this technology and i found yours it is really
    useful for me. Keep posting realted to this technology.
    android training in chennai
    android course in chennai
    ielts coaching in chennai
    machine learning course in chennai
    oracle training in chennai
    android training in t.nagar
    android training in omr

    ReplyDelete
    Replies
    1. This comment has been removed by a blog administrator.

      Delete
  2. I really liked your Information. Keep up the good work. Restaurant Epos

    ReplyDelete
  3. https://intelepos.com/
    Best Epos system and Epos Software in UK for all businesses point of sale.
    Contact us now
    Epos Software in Nottingham
    Epos systems in Nottingham
    Epos system for restaurants in Nottingham
    Point of Sale System in Nottingham

    ReplyDelete
  4. After going over a handful of the blog posts on your web site, I honestly like your technique of blogging. I saved as a favorite it to my bookmark site list and will be checking back in the near future. Please visit my website as well and tell me your opinion.
    I need to to thank you for this fantastic read!! I absolutely loved every bit of it. I have you book marked to look at new stuff you post…
    Click Here for more
    Jio Information Available
    Check 2019-20 List
    Find Helpline Resources

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete

Post a Comment

Popular posts from this blog

Allo and Duo new smart messaging and Video Calling App by Google

All o And Duo Google announces two new android app's for the android users Allo  here you can get this app Play Store Duo New Video Calling app announced in Google I/O 2016 Play Store

Custom Buttons in Android

Android provide  “ android.widget.Button ” class to display a normal button. Most of them not like to use simple buttons on their application development,just love the  customized buttons. Some of them give customized library in github.something like  Github Rey Pham give full customized button material designed button.with ripple effect, it really  awasome tool. Another way to get a customized button is using  Android Button Maker   is online tool to generate buttons code for Android Apps. Android API provide Drawable Resources where XML file defines geometric shape, including colors, border and gradients.   These button is generating based on shape drawable XML code which load faster compare to normal png buttons. You can customize button properties in setting panel and get source code . Some of Best github library's for customized button awesome-android-ui   provide almost all customized library's for UI design's in...