General :: Eclipse Can't Find Device / No Compatible Targets Were Found
Feb 8, 2013
"No compatible targets were found. Do you wish to a add new Android Virtual Device?"
I'm using windows 7 and a sony Xperia J.I rebooted both already, and re-installed the drivers (assuming I installed the correct drivers, but I'm pretty sure I did)
View 3 Replies
Mar 15, 2013
I just installed the Eclipse ADT bundle and although it works perfectly fine in my laptop at home, on my desktop I get the following message "Version 1.4.2_04 of the JVM is not suitable for this product. Version: 1.6 or greater is required."I already have the latest Java (7) installed. What else am I missing and if possible,.
View 9 Replies
View Related
Sep 17, 2010
Im starting to develop for android and i would like to test my aplication in my Dell Streak, its running 1.6 and my OS is Windows 7.But i dont get have any ADB Interface in computer > device manager, i have it under Portable Devices. Beside that i have everything correct, but Eclipse Device Chooser has no Android device listed.What can i do to have my Streak listed.
View 1 Replies
View Related
Jul 11, 2012
I'm working on a Jelly Bean port. Can i use ICS device files for my galaxy and include them into the JB Build.
Did i must change many things in that files or can i leave it at the most parts?
View 6 Replies
View Related
Feb 13, 2012
I have a Samsung vitality and I have a problem with install/updating apps such as
Facebook
Needforspeedshift (paid)
Police scanner
Tetris
Root explorer
And several others and I have had them all installed before and worked fine and now market says device not compatible and says the same to some apps that are still installed when I try to update them.
View 3 Replies
View Related
Apr 29, 2013
some apps in Google play says device not compatible How to remove 'your device is not compatible' from Google play store.My phone is x10 mini and it is rooted.
View 9 Replies
View Related
Jan 18, 2014
I have Alcatel OT-985, so I want flash&root, so I found this thread [URL] but I have errors in the first steps.
When I open adb shell I have this error: 'Device Not Found' error in Android. Drivers are installed, adb installed, everyting installed. Usb debuging checked. Windows 7 recognize device, but adb not.
I also have HTC Deire, and this phone working in adb, but Alcatel OT-985 - Device Not Found. Here is my screenshot.
Some texts say about to add manual device id and vendor number in adb_usb.ini
I tried that but cannot find this numbers...
View 2 Replies
View Related
Oct 13, 2011
I've already installed the drivers and my phone is recognized in the device manager. I already set my phone to usb debugging. I opened the command prompt in windows 7, then i followed the instructions, then i typed "adb devices" and it flashed "List of devices attached" only. when i typed "adb shell", it says "error: device not found".
How can I root my phone successfully?
My current software version is "V08b" and i'm sick of it because its full of bugs.
I tried to update my software using LGMobile Support Tool..it dectects my phone as LGP690 but it says that i have the latest version. But when i clicked "supporting models", it says that p690 is updateable to V10b..
View 9 Replies
View Related
Jun 26, 2013
I am having this error "device not found" when I try to push a file. It's not a driver problem, it's not a USB connection problem. ADB commands work until the point where I try to push the file. Then I see "device not found".
I might be doing something wrong, I'm pretty new at this stuff. Or it might be just that the root access to my device has problems.
Here's what I do:
Code:
c:adb>adb devices
List of devices attached
3556*********09 device
c:adb>adb shell
shell@android:/ $ su
su
[Code] .....
I've also tried to push "build.prop" directly from my computer but get the same error.
I must mention that - strangely (to me at least) - after mounting /system as RW, I check the permissions using ES File Explorer's Root Explorer, they are shown as RW, I try to edit "build.prop" directly and I still get "cannot save file".
When I try to change permissions of the file using Total Commander -- to -rw-rw-rw -- I manage to do this ("Operation successful") but I am still unable to edit the file or overwrite it.
View 6 Replies
View Related
Dec 12, 2013
I have had a million problems using eclipse. First the .exe was in valid. Then java failed to work. Now my java is not compatible with my version of eclipse. Looking for version of eclipse a ready with the android sdk and java in with it (for Windows).
View 1 Replies
View Related
Nov 22, 2010
I'm installing the Android SDK on a fresh installation of Fedora 14 (Linux).
I installed eclipse, and ran the tools/android sdk tool to install all the Eclipse components for the SDK.
I was able to get DDMS to install when selecting it by itself.
And for the last component - the Android developer tools, I'm getting the ugly error message pasted below.
Now I'm Stuck in Eclipse dependency hell.
I've searched through the available packages in Fedora and I can't find the one that has the files necessary to satisfy this Eclipse dependency...
Can anybody please translate what it is that Eclipse is asking for and what Fedora package it lives in?
The error:
Cannot complete the install because one or more required items could not be found.
CODE:.................
View 1 Replies
View Related
Oct 10, 2009
When launching my app from within Eclipse, sometimes the running emulator is found and displayed in the launch dialog, sometimes it isn't?! Killing adb, the emulator and Eclipse usually helps until it happens again. Any idea why this is? I see this behavior since the launch of Android. I am running on Mac OS X. And it happened on Leopard as well as Snow Leopard.
View 9 Replies
View Related
Aug 30, 2010
I want to create new class MapActivity from Eclipse.
I go File-> New -> Class on Superclass-> Browse, and when I type MapActivity there is no results.
In Windows-> Android SDK and AVD Manager there is no new updates, I have installed SDK from version 1.5 to 2.2
View 2 Replies
View Related
Mar 30, 2009
I have installed eclipse 3.4 and JDK6 successfully.
However, when try to install ADT as following steps:
1. Open eclipse
2. Help->Software Updates->Available Software->Add Site->Archive
3. Select "J:android-sdk-windows-1.0_r1.zip", then, the location will be"jar:file:J:android-sdk-windows-1.0_r1.zip!/" 4. Click "OK" 5. A message box shows:
Problem Occurred No repository found at jar:file:J:android-sdk-windows-1.0_r1.zip!/ See 'Details' for more information.
View 4 Replies
View Related
Jun 4, 2010
I'm interested in trying out Qik but when I check the list of compatible phones (Qik | Supported Devices) the Incredible isn't listed. Does anyone know if this phone is compatible with a download that is meant for another phone (Eris)? I'm still learning the ins and outs of this phone and my understanding of it is fairly basic at this point. I do not want to get knee-deep in trying to figure this out myself.
View 2 Replies
View Related
May 2, 2009
With Eclipse 3.4, Ubuntu Linux and android 1.5 sdk from the download site. I am getting the following error: This is just a basic project, I haven't added any code yet.
"Failed to find an AVD compatible with target 'Android 1.5'. Launch aborted."
CODE:..................
Failed to find an AVD compatible with target.
View 5 Replies
View Related
May 19, 2009
My Eclipse is equiped with Cupcake SDK and I created an AVD in / tools/ folder. I run my program, then the console appear "Fail to find an AVD compatible with target 'Android 1.5' . How to resolve it?
View 3 Replies
View Related
Sep 24, 2009
I'm having a lot of difficulty installing the ADT plug in under Eclipse 3.5 (Galileo)... I have tried both http and https access to the Eclipse update site, and in both cases I get the following errors:
An error occurred while collecting items to be installed: No repository found containing: binary,org.eclipse.jdt_root, 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ (second line repeated about 20x for various missing files)
I found a post (http://tinyurl.com/yc2cr28) where removing/re-adding the source URL in Eclipse is also recommended. This didn't help the "No repository found" errors.
Has anyone else experienced/resolved this issue? I am running the "Eclipse for Java Developers" from Eclipse.org, and the Sun Java 5 JDK.
View 3 Replies
View Related
Sep 28, 2010
How do I come to know which device is compatible to be overhauled with Android OS. I wanted to know what is the basic hardware requirement.
View 1 Replies
View Related
Nov 25, 2012
how to find my DEVICE-ID
View 1 Replies
View Related
May 7, 2014
I recently (about 1 year ago) buyed an android tablet (just for exploring android)it was a care solutions tablet, Then i rooted it, but after some time it got stuck on android booting screen,after researching more i flashed CWM(successful) but then cannot get custom rom on it, after googleing , i found a china rom(i cannot find the site now) then flashed it on the tablet (using LIVESUIT), now the screen is booting white with some colourful lines, later i found it was a SMILE PRO Tablet.
View 3 Replies
View Related
Dec 27, 2012
After successfully setting up and using adb for a couple of days with my viewpad 7e (device-id is 0x0bb0 - this value is in my adb_usb.ini - although i believe it once worked with 0xbb0 - now both doesnt) adb decided not to see my tablet anymore.
Of course usb debugging is enabled. I can use the binaries, only my device does not show up anymore. mac os x knows about the device:
Code:
ViewPad 7e:
Product ID:0x0005
Vendor ID:0x0bb0 (Concord Camera Corp.)
Version: 2.27
Serial Number:ViewSonic
Speed:Up to 480 Mb/sec
Manufacturer:VS
Location ID:0xfd120000 / 4
Current Available (mA):500
Current Required (mA):500
mac osx 10.7.5
android-sdk downloaded again yesterday, so it should be pretty damn new.
Besides the adb_usb.ini the installation is straight forward what you'll find in almost any howto on setting up adb. so where did i go wrong? or, what other stuff between my macbook and adb could keep adb from seeing the device?
I use vmware fusion on my macbook. this normally asks me wether to pass on a usb device to the VM or connect it to the host. it does _NOT_ (however, settings regarding this are correct as in 'always ask') ask me anymore.
View 1 Replies
View Related
Aug 22, 2010
The error I receive is, "android.content.ActivityNotFoundException: Unable to find explicit activity class {com.droidea.birthday/ EditBirthdayActivity}; have you declared this activity in your AndroidManifest.xml?"
The error seems simple enough, but I don't see a problem with the way I have identified this activity in my manifest file. I have also been unable to see any problems with the activity class itself..............
View 4 Replies
View Related
May 12, 2010
I have now installed a generic HTC Desire Rom on my phone all good there.When i copy the rootupdate.zip and boot into recover mode and then run the recovery-windows.bat file , i get a Device Not Found message.I have USB debugging enabled and i also have the USB drivers installed from the SDK and the Sync software.Any ideas as to what i can try?
View 2 Replies
View Related
Feb 28, 2012
I am reviewing the Samsung Rugby Smart, and I don't want to ask my media contacts about the CPU.
I have found out the RAM is 354 MB, and the CPU is a Qualcomm Single-Core 1.4 GHz processor with the Adreno 205 GPU.
How to figure out which Qualcomm processor it is? Pretty sure it is an S2, but which one? I'm thinking maybe the same one in the G2, but I want to know for sure.
View 9 Replies
View Related
Feb 1, 2013
So there is very little documentation on the PX102 online as of yet, let alone AOCOS products in general (at least on english sites which I have scoured). First off, I'm currently using OSX 10.6.8 and have the current Android developer tools package that was downloaded from their site about three hours ago (just to be clear). The PX102 is running 4.1.1 and the tablet is a fresh restore (I had a number of apps downloaded but considered that some may have been interfering...).
I will be attempting to root via psneuter exploit from SuperOneClick v2.3.3, however in the terminal when I execute "adb devices" it returns "List of devices attached" with blank space underneath...
I have tried to kill/restart server, run "adb usb", and a couple other small things to no avail. Yes, usb debugging mode is enabled as well.
I would really like to attempt/execute this all via OSX, however name an OS and I have it at my disposal...
View 4 Replies
View Related
Jun 13, 2010
Used Toast root this morning successfully and without problem. Trying to use evo-recovery and every time I try to do anything I get the error, "error: device not found." Any ideas how to fix it?
View 5 Replies
View Related
May 18, 2010
I'm trying to install geo-fix in my galaxy (galaxo 1.6.3.1) so I reboot in recovery and start adb (windows 7 x64) but it always says device not found.I've have installed android SDK, unistalled also NPS, install and unistall drivers but it doesn't find my device.I've also read and tryed everthing that you say on your forum.
What can I do?
View 8 Replies
View Related
Oct 13, 2010
I'm following jonamerica's howto in removing bloatware, but when I get to "adb shell", I get "device not found". I've just mounted /system and am in ClockworkMod resovery, with USB connected (USB debug was enabled before I rebooted into recovery, do I need to enable USB debug while in recovery?).On my Windows XP device Manager shows Android Composite ADB Interface.When I type "adb shell", I get "error: device not found". adb devices lists nothing connected.I've searched this forum and googled a lot since bumping into this and haven't found a solution that works.
View 10 Replies
View Related
Mar 2, 2010
K my frustration level is definitely climbing.I've checked and don't see anything related to this specific issue.I'm following the step by step instructions on RootYourDroid. Have tried both the custom recovery image (adb shell is what's getting me that message) and the busybox instructions. Each time, in the adb window when I try either option I get an "error: device not found" After doing some research, I found info saying it likely had something to do with the debugging drivers. So I uninstalled them, reinstalled them and went through that whole process again. Tried both the busybox and custom recovery image steps. Still getting the error message.
Anyone have any experience with this issue that might be willing to sling some help my way?
View 9 Replies
View Related