Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid apps failed to launch after updating Eclipse
    text
    copied!<p>I created a simple "Hello, World" Android app. Then I checked for updates in Eclipse. A lot of updates were installed. After installing them and restarting Eclipse I got an error in my Android app. The main activity page is not loaded and I see the message <code>Unable to resolve target 'android-16' until the SDK is loaded.</code><br><br> If I click <code>Window-&gt;Preferences</code> and navigate to "Android", it shows me <code>"No target available"</code>. I remember, that before that, there was something there instead of <code>"No target available"</code>. I found out that during the update file <code>"adb.exe"</code> was moved from <code>C:\Program Files (x86)\Android\android-sdk</code> to <code>C:\Program Files (x86)\Android\android-sdk\platform-tools</code>. I tried to change the directory in the properties (<code>Window-&gt;Preferences</code>) to <code>...\platform-tools</code>, but it gave me the message <code>Could not find folder 'tools' in ...</code><br><br></p> <p>The Android SDK manager fails to launch. When I click <code>Window-&gt;Android SDK Manager</code>, it says <code>Starting ...</code> but nothing happens afterwards.</p> <p>At Stackoverflow I found several questions regarding this problem. BUT none of the solutions worked for me. Here is the list of similar questions solutions to which didn't help me:<br> <a href="https://stackoverflow.com/questions/6361349/android-problem-eclipse-cannot-find-adb-exe">Android Problem: Eclipse cannot find ADB.exe</a> <br> <a href="https://stackoverflow.com/questions/4375175/could-not-find-adb-exe-after-upgrade-to-android-sdk-2-3">Could not find adb.exe - after upgrade to Android SDK 2.3</a> <br> <a href="https://stackoverflow.com/questions/6384328/unable-to-set-up-android-target-in-eclipse">Unable to set up Android Target in Eclipse</a> <br> <a href="https://stackoverflow.com/questions/8624003/could-not-find-folder-tools-inside-sdk">Could not find folder &#39;tools&#39; inside SDK</a> <br></p> <p>Please help me to solve this problem!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload