Android : Local path does not exist

on Friday, January 9, 2015


I am using android studio version 1.0.1 and after reading regarding this here i have checked my build.gradle which is as below :-


buildscript


{



repositories


{



jcenter()

}

dependencies


{



classpath 'com.android.tools.build:gradle:1.0.0'


}


}


allprojects


{



repositories


{



jcenter()

}


}


Waiting for device. Target device: samsung-gt_s5360-0123456789ABCDEF Uploading file local path: C:\Users\Sushma\AndroidStudioProjects\MYFIRSTApp_SALIL\MYFIRSTApp_EMAIL\MYFIRSTApp_email3\app\build\outputs\apk\app-debug.apk remote path: /data/local/tmp/com.example.sushma.myfirstapp Local path doesn't exist.


0 comments:

Post a Comment