Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I recently attempted to migrate my eclipse project over to android studio. All went well until i attempted to run the project and an error came up

Uploading file
    local path: /Users/user/Documents/myapp/Android/myapp/build/apk/myapp-debug-unaligned.apk
    remote path: /data/local/tmp/com.mycompany.myapp
Local path doesn't exist.

Anyone have any insight?

share|improve this question

1 Answer

if u run

gradlew packageDebug 

in the project root it may give you some errors relating to android-support-v4

resolve those errors, hope it will work.

make sure ur eclipse ADT plugin is 22.0 or higher when u export the project...

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.