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

CleartextTraffic not permitted issue in android application

 https://developer.android.com/guide/topics/manifest/application-element#usesCleartextTraffic According to android developer documents. Indicates whether the app intends to use cleartext network traffic, such as cleartext HTTP. The default value for apps that target API level 27 or lower is "true" . Apps that target API level 28 or higher default to "false" . When the attribute is set to "false" , platform components (for example, HTTP and FTP stacks, DownloadManager , and MediaPlayer ) will refuse the app's requests to use cleartext traffic. Third-party libraries are strongly encouraged to honor this setting as well. The key reason for avoiding cleartext traffic is the lack of confidentiality, authenticity, and protections against tampering; a network attacker can eavesdrop on transmitted data and also modify it without being detected. This attribute was added in API level 23. This flag is ignored on Android 7.0 (API level 24) and above if an Andro...

Best Android Application Development Tutorials

Best Android Application Development Tutorials If you want develope android application you need some basic programming knowledge in java and xml. In web there are many tutorials available for  android for beginners and  experienced. android official developer site will detail information about installing android studio and all other details. developer.android.com Tutorial with Examples Most of the people love to learn the programs using example, mostly i like that type of tutorial only. Tutorials point will give the better tutorial for begginers with examples. Tutorials