Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>@ecrip</p> <p>Dude your app needs <code>2.3.6 [GingerBread API 10]</code> minimum target but you have a<code>2.2.1(Froyo API 8)</code> device as you said</p> <pre><code>&lt;uses-sdk android:minSdkVersion="10" android:targetSdkVersion="18" /&gt; </code></pre> <p>In your prompt its asking for API 10 you have <code>android 2.2.1(Froyo API 8)</code> as you said so its not listing it here but showing in command <code>prompt</code> this is the problem</p> <h2>Solution</h2> <p><strong>Either use newer version device or lower minSdkVersion of your application</strong></p> <p>@ecrip if adb is listed on command then make sure the min sdk or your application must be less than or equal to your device api version</p> <p>This is very common issue with adb The most common solution if it suddenly <code>stop showing</code> connected device or make it <code>offline</code> and never become <code>online</code> Then </p> <p><code>Restart Eclipse</code> </p> <p>or <code>Reboot System</code></p> <h1>Alternatively</h1> <p>if usb debugging is enable do this on command prompt move to <strong>&lt;sdk>/platform-tools</strong></p> <pre><code>adb kill-server adb start-server adb devices </code></pre> <h2>Note:</h2> <ol> <li>In my <code>cmd</code> i am directly commanding <code>adb</code> cause i have set the <strong>adb path</strong> to <code>Environmental Variable</code></li> <li><p>If you know the Device ip connected to pc then you can connect it using the following</p> <h3>adb connect &lt;Your iP address></h3></li> </ol> <p><img src="https://i.stack.imgur.com/hIjxi.png" alt="enter image description here"></p> <hr> <p>if usb-debugging is desabled do one of following</p> <p>Keep usb debugging enabled on you Android device For Android 2.3.6</p> <h2>Settings >> Application Settings >> Development</h2> <p>For Android 4.2 Tab</p> <h2>Dev Settings</h2> <p><img src="https://i.stack.imgur.com/EvbkE.png" alt="enter image description here"></p> <p><img src="https://i.stack.imgur.com/GIibf.png" alt="For Android 2.3.6"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

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