0

I unchecked Offline mode. Now when I build the project,

It gives this error:

enter image description here

I am using personal wifi. So there is no proxy.

what should i do?

ʍѳђઽ૯ท
  • 16,646
  • 7
  • 53
  • 108
Shantanu Jha
  • 145
  • 1
  • 4
  • 10
  • Are you using custom maven repo? – Gabriele Mariotti Jan 27 '16 at 07:44
  • @Gabriele Mariotti I am using maven repositories – Shantanu Jha Jan 27 '16 at 09:40
  • Can you post your build.gradle files? – Gabriele Mariotti Jan 27 '16 at 09:44
  • buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.3.0' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { repositories { jcenter() } } @GabrieleMariotti – Shantanu Jha Jan 27 '16 at 16:19
  • android { compileSdkVersion 23 buildToolsVersion "23.0.2" defaultConfig { applicationId "io.codetail.circualrevealsample" minSdkVersion 15 targetSdkVersion 23 versionCode 1 versionName "1.0" } lintOptions{ abortOnError false } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':circualreveal') compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:recyclerview-v7:23.1.1' compile 'com.jakewharton:butterknife:6.0.0' } @GabrieleMariotti – Shantanu Jha Jan 27 '16 at 16:22
  • @GabrieleMariotti here i am using maven deoendencies "classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' " – Shantanu Jha Jan 31 '16 at 08:13

0 Answers0