When i run application on my connected device, after selecting an device it shows unexpected error,local path doesn't exist.
            Asked
            
        
        
            Active
            
        
            Viewed 139 times
        
    1 Answers
0
            
            
        In build.gradle check if gradle is updated to latest.
buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.3.1'
    }
}
After that clean and rebuild your project.
        Android Geek
        
- 8,956
 - 2
 - 21
 - 35