0

I've got an error saying "cause:failed to find target with hash string 'android-14'.

I've solved the similar problem before and resolved it by installing the recommended API level from SDK manager.

enter image description here

However, my SDK manager doesn't have API version 14.

enter image description here

  1. Is there any chance I can install API 14 which doesn't exist in my SDK manager?
  2. Is there any way to solve the issue without having to install the API ,every time I get this type of error?

I would appreciate your input!

In-young Choung
  • 779
  • 2
  • 8
  • 22
  • Why would you *compile* with API 14 anyway? [At least read this.](http://stackoverflow.com/questions/26694108/what-is-the-difference-between-compilesdkversion-and-targetsdkversion) – Eugen Pechanec May 12 '16 at 06:46

2 Answers2

1

Open the Standalone SDK Manager and enable 'Obsolete' at the bottom.

Andre Classen
  • 3,868
  • 3
  • 26
  • 36
  • Same issue means ? Can't you see the SDK in the Standalone SDK Manager after you enabled obsolete sdk's ? – Andre Classen Feb 11 '16 at 03:30
  • sorry It works!! I enabled "obsolete" and closed the standalone SDK manager window to see if 14 is in the SDK(default setting) but it wasn't. but I can see 14 in standalone SDK manager which I could download 14 from there directly! Thank you :) – In-young Choung Feb 11 '16 at 03:53
0

Do you really need API 14? All devices running on API 14 now have Api 15. Please check: http://developer.android.com/about/dashboards/index.html There is no devices with API 14.

wkozak90
  • 31
  • 3