-1

Please help.!! I'm getting the error posted in the image when i try to debug my app, it was working fine and now i cant find the problem.. Any suggestion??

The app stucks in waiting for device for debugging. but it works fine if i run the app in release mode..

My app is developed in Android Studio latest version and using Api 19. How do i clean my project? i've already tried this:

gradlew clean
gradlew compile

Error while debugging

Please somebody help!!

gustav12
  • 327
  • 3
  • 20

1 Answers1

0

There's none of your source code attached so i can't tell for sure but it could be because you're trying to write data to the root of internal storage. If that's the case you just need to change where you're writing your data.

Source : Android Error - Open Failed ENOENT

I wouldn't know for sure though since i can't see your code.

Community
  • 1
  • 1
Hbibna
  • 568
  • 7
  • 11
  • thank you for your answer! but i'm not writing anything to the root of internal storage. I dont know what part of my code post here because it was working very well, it just started to do this – gustav12 Feb 05 '14 at 11:31
  • Do you have a method called "access"? If so you might want to post it's code. Otherwise i don't know how i can try to help further – Hbibna Feb 05 '14 at 12:12