0

While Run Android Application in Eclipse, I got the following Error. How to solve it? I'm very new to ADT.

Failed to install HaiHello.apk on device 'emulator-5554': Read-only file system
[2014-10-16 14:10:59 - HaiHello] com.android.ddmlib.SyncException: Read-only file system
[2014-10-16 14:10:59 - HaiHello] Launch canceled!

Kaushik
  • 6,150
  • 5
  • 39
  • 54

1 Answers1

0

Instead of selecting Target as Android 4.4W select Android 4.4.2(api-19) or Android L (API20, L Preview)

Android 4.4W is android os for wearable device such as watch.

Kaushik
  • 6,150
  • 5
  • 39
  • 54
  • While Trying Android 4.4.2(api-19) or Android L
    CPU/ABI Options Says "No System image installed for this target"
    – user3347198 Oct 16 '14 at 10:51