Missing Android SDK platform, API 18

While I'm trying to install API 18, it only shows "Google API 18" (nothing more). Now I'm trying to install these Google APIs from the Android SDK Manager , the message "this package depends on "Missing SDK platform Android, API 18" displayed there and the install button is disabled.

Does anyone here have any ideas how to install API 18 (4.3_MR2 sdk) using eclipse

+76
android android-sdk-tools
Jul 29 '13 at 5:59 on
source share
19 answers

Have you installed the Sdk platform tool version 18. Your SDK manager will have the latest version for the PlatForm SDK tools that you must install, then restart eclipse and then try using the Android SDK API 18

enter image description here

+97
Jul 29 '13 at 6:03
source share

Do it first:

Eclipse> Window> Android SDK Manager> Packages> Reboot

Then retry the installation

+19
Jul 29 '13 at 6:03
source share

Another way to fix it:

0) install other packages WITHOUT choosing API 18,

1) restart Eclipse ADT,

2) Open the SDK manager, then API 18 rev 1 will appear.

+6
Aug 20 '13 at 7:31
source share

Late to the game, the same problem. SDK tools, not SDK Platform tools, came to me. It was a four-step process:

  • Eclipse / Help / Check for updates, install everything found, restart Eclipse
  • Eclipse / Window / Android SDK Manager - installed Android support repository (thanks, BurDog). Closed SDK Manager.
  • Eclipse / Window / Android SDK Manager - now Android SDK Tools (Rev 22) appeared at the top, installed. Closed SDK Manager
  • Now there are Android SDK Platform tools installed in the API section 18. Restart Eclipse (or API 18 will not be available everywhere).

Finally, it's good to make a new version.

+4
04 Oct '13 at 13:50
source share

I had the same situation. For me, updating the ADT plugin to version 22.0.5, closing Eclipse, worked. Then - Eclipse> Window> Android SDK Manager> Packages> Reboot. Hope this helps someone.

+2
Aug 08 '13 at 12:02
source share

There was the same problem. The message was:

google apis package android api 18 version 1 depends on missing sdk platform android api 18

I solved it as follows:

  • Eclipse β†’ Help β†’ Check for updates (then click β€œOK” when asked - do you want to install it - click β€œok” / β€œyes” to restart eclipse to complete the installation)
  • Window β†’ Android SDK Manager β†’ Unselect all (then scroll down to "Advanced" and select "Android Support Repository", if it is not installed, install it).
  • Window -> Android SDK Manager -> Install xx Packages

worked great for me.

+2
Aug 13 '13 at 20:46
source share

Here is how I fixed mine:

  • In the Manifest Cache section, click Clear Cache
  • Go to the "Packages" section and click "Reload"
  • Verification Tools -> Android Platform Android SDK
  • Install only this package
  • Restart SDK Manager
+2
Oct 17 '13 at 18:38
source share

Eclipse> Window> Android SDK Manager> Packages> Reboot

It worked for me. Thank you Now I can upgrade to 18. I'm new here and tried to vote for the Jaguar post, but I can't.

+1
Jul 31 '13 at 3:24
source share

It seemed like a klukey, I had similar problems. I finally got the 18 msg api when I upgraded the sdk tools to 22, which then caused another error that the tools were degraded on reboot. I reopened sdk mgr and had 22.3 and platform tools for rev19 and some other available tool options. I did another update for them, as well as API19 and API 18, and it looks like it is moving now. I think that perhaps for API 18+ you should upgrade the SDK tools to 22.3 at this point. By the way, I also have a file lock during part of the process and closing the eclipse in the background and fixing retries. dang .. The following states that ADT must be version 22.0+ ..
I upgraded ADT to 22.3 using the eclipse / help / install new program (Trying update just said it was relevant) ... one unsigned content error. Restarting ADT after upgrade .. seems to work from what I can say so far.

+1
Dec 10 '13 at 19:00
source share

I decided with this:

  • Open Android SDK Manager β†’ Packages β†’ Update
  • Restart Android SDK Manager
  • Install the β€œmissing” packages (now visible)
+1
Jan 16 '14 at 20:26
source share

I had this problem on Mac and Windows development machines. The only solution is to reinstall the latest version of the Android SDK. Google really kicked the ball.

0
Aug 24 '13 at 16:59
source share

I had a similar problem with you (purely from the description of the problem), but my Android SDK platforms for the Android platform are already installed (16.0.2). However, all the other packages did not recognize him. I ended up uninstalling the platform tools and then reinstalling. Then everything else found out.

0
Sep 07 '13 at 18:05
source share

Found on another website

Steps to fix this problem:

  • Open SDK Manager
  • Go to Tools -> Options
  • In the Manifest Cache section, click Clear Cache
  • Then go to "Packages" and click "Update"
0
Sep 09 '13 at 15:52
source share

I'm on a MAC, I came across the same question. I could not find the SDK platform in API 18. The solution to solve it on mac first installs the TOOLS SDK, then reboots the sdk manager, and then I found the SDK platform in API 18.

0
Oct 17 '13 at 21:35
source share

I had the same problem: but with API19 . After each installation, I installed the following individually closing Android SDK Manager (thanks to cdoner):

  • Android SDK Tools 22.3
  • Android 3 Support Repository

And then I was able to install API19 so that it no longer throws an error. ("This package depends on the" Missing Platform SDK Platform, API19 ")

I decided to return to coding after 15 years and was completely new to Java and Android, just by reading the book "Head Start Java". Thank you for the easy steps, especially for someone new.

0
Dec 24 '13 at 18:12
source share

I could not install the new SDK from Eclipse (Help β†’ Install new software / Check for updates), he complained that the new version was already installed. However, the new SDK did not appear in the SDK manager.

I solved this by installing a new version of the SDK via the command line: updating android sdk --no-ui

Subsequently, it became possible to update google APIs and other tools using the SDK manager.

0
Jan 28 '14 at 22:28
source share

clearing cache resolved for me. (Tools>)

0
Mar 07 '14 at 17:06
source share

I had this problem with API 19. The key for me is to use the Android SDK Manager, starting with eclipse. Then the above tip worked to fix the problem.

Reference Information. Due to other command line properties that I did, I started the SDK manager by typing "android" at the command line. - this is what I have already said.

0
Jul 17 '14 at 16:04
source share
  • he needs the minimum sdk and max sdk packages.
  • you just set the maximum sdk, i.e. API18 3.it also depends on other sdk packages for minimal
0
Apr 23 '16 at 16:51
source share



All Articles