Android : Errors With Android SDK And Eclipse (Windows 7 32bit)
Aug 11, 2010
Currently I am going through a Sams learn Android SDK in 24 hours book and cannot get past the first hour! As I mentioned before, I have read all suggestions I could find on the gen folder error and I have done the clean without the build all, I have removed gen and then did a build all, I have set the permissions on this folder to be NON read only and made sure that the version of SDK is ticked under the Java Build path option on the projects properties.This is a clean install of eclipse and Androids SDK and I have followed the instructions carefully.In addition to this, I find eclipse/Androids SDK unstable, for example, double clicking on the strings.xml causes eclipse to lock up and then I have to reboot or shutdown. As and when I do get to the Android Resources screen for the strings.xml I get this error:
java.lang.NullPointerException
Please can someone help as I really want to learn this language but at the moment, not getting any further than hello world.
View 2 Replies
Jul 9, 2010
I am using Eclipse 3.5 for Jave EE Developers. Plugins installed include: Android Development Tools, Adobe Flash Builder 4, PDT, PyDev. I have problem with running the application I built. I can start a new project, add a button, and run it on an AVD. Then I add another button, try to run it on AVD, and Eclipse says 1) gen folder is missing, 2) there are errors with build path.
I can get ride of the first error by simply refreshing the project in the left pane, but the second error always sticks around. I searched online and on StackOverflow here and here, although several people have the same problem, there is no definite solution I can find.
View 1 Replies
View Related
Apr 14, 2010
I don't know why the sample application from the android website gives me 300+ errors when i try to run it in eclipse Galileo. The application i am trying is Bluetoothchat it is straight from the sdk sample folder so it shouldn't contain any. I have added android.jar and I do have an emulator. I have tried HelloWorld and it worked..Could someone help me?
View 1 Replies
View Related
May 26, 2010
I recently bumped into a problem installing the latest SDK update (r6) in eclipse on Windows (7), which I ultimately "solved" and thought I would share. During the update of the SDK, the update process was trying to rename a folder (C:...android-sdk-windowsplatformsandroid-1.6) but failed to do so claiming that the folder was locked by another process.The alert window that popped up advised that on Windows this is often due to Anti Virus software monitoring the file system (or some such message).After dutifully disabling my local AV I still got the error. This prevents you from continuing with the installation and for fear of ending up with a half finished install I thought I would track down the culprit.I used ProcessExplorer (http://technet.microsoft.com/en-us/ sysinternals/bb896653.aspx) to find the file handle (in Process Explorer go to Find->File Handle or DLL.and type in the folder name, e.g. android-1.6).ProcessExplorer found two file handles, both of which were eclipse itself! In my case, I had ProcessExplorer force-close the handle(s), which is generally not a good idea but in this case it worked and the install was able to complete.I had some confidence that closing the handle would be OK because it seemed eclipse had a grip on a JAR file within this path, which would make some sense.I think in future it would be best to run the update outside of eclipse (ie launch the AVD manager directly), and indeed this may be in the guides for installing updates but I didn't check before I started the process.Just thought someone else may benefit from this.
View 4 Replies
View Related
Mar 24, 2010
My Andriod is installed: C:android-sdk-windows Java is installed: C:SunSDKjdk Eclipse is installed: C:Program Fileseclipse After successfully download 'ADT Plugin for Eclipse' in the Help- >Software Updates.. ; I can't install the "Android DDMS" & "Android
View 2 Replies
View Related
Sep 2, 2010
This happened to two programs of mine now and makes absolutely no sense. It usually comes about when I'm adding a resource file (in this case, a menu). In the package explorer: -the project name has a small red x, indicating that there is an error in one of its files -none of the sub-folders or files have an x or show any red highlights None of my code has errors! Ocasionally, I see this:
[2010-09-02 16:09:20 - FallDown] 'default' is not a best match for any device/locale combination.
[2010-09-02 16:09:20 - FallDown] Displaying it with 'Normal, Not Long, Landscape, Medium Density, Finger, Soft, Qwerty, Trackball, 480x320'
View 2 Replies
View Related
Sep 28, 2010
I am trying to run my project but eclipse is saying I have errors but there are no errors just a red cross where the project name is. I have tried deleting the R.java and generating a new one but that didn't work.
View 4 Replies
View Related
May 17, 2009
When I run my applications, I get [2009-05-16 23:33:44 - Emulator] 2009-05-16 23:33:44.002 emulator[20579:10b] Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz. The emulator crashes without running my app. Eclipse errors and shuts down. Are there any work around for this with the emulator?
View 2 Replies
View Related
Dec 4, 2009
Dianne mentioned we can use "@*android:type/name" to reference resource added to framework-res.apk at "what's the best way for OEM to organize it's own resources?"(http://groups.google.com/group/android- framework/browse_thread/thread/e9974bd5a42af10a/1f7055086f5489a7).
And I did see it is used in android source and looks like it is used to refer to internal resource not public, am I right?
I wonder whether it is possible to refer to internal resource without errors in Eclipse. I tried but adt reports error.
View 6 Replies
View Related
Jan 30, 2010
I got a very annoying problem.I'm gonna install 'Sense' on my HTC Magic. The problem is that, my computer cant find the phone.Its connected, the phone.I'm using a HP Mini, Windows 7 x 32.I've downloaded HTC Sync, latest version but still cant find the phone.I'd just wanna find the phone so I can copy my contacts, pictures, movies etc to the computer.Please help me!
View 2 Replies
View Related
May 15, 2009
I installed the brand new Windows 7 RC Ultimate and tried to run Android tools on it. Unfortunately, tools(aapt, emulator ...) do not work on the new OS.................
View 5 Replies
View Related
Nov 10, 2009
I installed and eclipse, android sdk and tried the first "hello, android" tutorial but nothing happened on the AVD There are no compilation error, I tried to set break points in the but it does not seem like the application started running at all...
View 2 Replies
View Related
Aug 29, 2010
I've tried to search for similar problems, but can't seem to find it.
I run:
Windows 7
Java SE Developement Kit x64
Eclipse Helios (downloaded here from Eclipses homepage --> Downloads --> Eclipse IDE for Java EE Developers --> 64 Bit)
"Android SDK Windows"
I've been following the guide from the Android Developers homepage.
I can launch Eclipse just fine. Under Help --> Install New Software ...
Here, I give it a name myself (Android Plugin Test), and under location, I've typed "http://dl-ssl.google.com/android/eclipse", as said in the link.
Then it find Developement Kit, and I install it and all that & restart Eclipse.
The following are now installed:
- Android DDMS
- Android Development Tools
- Eclipse IDE for Java EE Developers
So everything seems fine.
BUT ..
When I go to Window --> Preferences, "Android" is missing.
I have no problems seeing General, Ant, Data Management etc.
So my question is, what's the problem ?
As said, I downloaded Android SDK, but when I try to run the setup, I get this error, about missing Java:
And that's where I'm lost.
Because, under installed programs, it says:
- Java(TM) SE Developement Kit 6 Update 21 (64-bit)
And yes, I have restarted after installing Java.
For some odd reason, it's not possible for to run the SDK setup with any compatibility. It's greyed out
(Yes, I'm admin, and I don't have any problems on other programs)
I checked the Requirements for Android SDK, and it says Windows XP & Vista, but not 7 .. But as far as I know, other people got it to work.
View 2 Replies
View Related
Jul 20, 2010
I am having a lot of problem getting Eclipse with Android plug-in to work on Windows 7 64K. I am getting eclipse not responding a lot. It seem to happen pretty randomly. I know that Windows 7 is currently not support for Android SDK.
However has anyone got this to work ?
I am using the following:
- Windows 7 64K
- eclipse galileo (3.5.2)
- JDK 1.6.0_21 64k
View 5 Replies
View Related
Apr 14, 2009
When I give the path in Eclipse for the SDK 1.5,it gives the error message no android.jar found.
When i gave the path as the ~android-sdk-windows-1.5_preplatformsandroid-1.5 then i get the error message "toolsadb.exe" not found.
View 15 Replies
View Related
Dec 30, 2009
On my brand new Windows 7 machine, I downloaded Eclipse (Galileo) and several Eclipse plugins (Android's ADT plugin, Subclipse, etc.) After rebooting, neither of these plugins are showing up in the IDE (nothing in the preferences, menus, etc.) but if I click "Installation Details" in the 'About Eclipse' popup, I see all of the plugins listed as Installed Software. (ex. Android DDMS 0.9.5, Subclipse 1.6.5, etc.) How do I get my plugins to work?
View 7 Replies
View Related
Oct 1, 2010
I have a simple Android Service, which should start on device bootup. However, I cannot debug this using Eclipse on Windows.
The error I get from Logcat is
CODE:................
My manifest looks like
CODE:............
I have a breakpoint in my ServiceAutoStarter code (below), which is never hit.
CODE:......................
View 2 Replies
View Related
Sep 7, 2010
Can't understand how to browse android emulator sd card. I am using IDEA, not Eclipse and can't use Eclipse tool for this purpose.
View 3 Replies
View Related
Sep 30, 2010
I am getting error of no repositiories found when I add the link https://dl-ssl.google.com/android/eclipse/. in eclipse.i tried with https also but its not working.
View 3 Replies
View Related
Sep 26, 2009
I have stacked here, because i am totally new in android world. Can show the way please?
View 2 Replies
View Related
Sep 16, 2010
I want to import and compile FBReaderJ on eclipse. I have downloaded the latest source code from their website. Is it necessary to install NDK and cygwin for compiling FBRreaderJ.
View 1 Replies
View Related
Dec 26, 2009
Can you please advise if development tools Eclipse, Android sdk, usb driver etc. are working properly under Windows 7 32 and 64 bit?
View 10 Replies
View Related
Mar 21, 2010
Somethings I'll have an? .xml file selected when I compile a project, only to have a? .out.xml generated. Deleting the file doesn't clear the error, and Eclipse won't compile the project. It just reports that your project contains errors. The solution is to go to Project/Clean. This will clear the error in the project and allow it to compile.
View 6 Replies
View Related
Dec 19, 2011
Every time I try and start Eclipse I get the same error pop up "Java was started but returned exit code=13" along with a bunch of other information.
View 5 Replies
View Related
Aug 18, 2010
I downloaded the Motorola USB connection driver and now when I connect my phone it automatically opens V-Cast media manager via the computer browser. Only problem the site works with 32-bit OS only and mine is 64. So, how do I get the computer to recognize my device so I can access the media? It doesn't do the "view files on this device" and doesn't show the phone under 'computer'. EDIT: Set phone to 'PC-Mode' and driver will eventually load, causing a computer restart and then the device shows on the computer.
Another problem: I can access the phone files now but it says there are no pictures or videos on the device and there certainly are? Trying Windows media sync mode now. This shit is screwy! Well, that worked. OMG what a pain in the ass with the USB settings!
View 1 Replies
View Related
Jun 22, 2010
I want to get started with an Android application but can't download the plug-in.
Anyone know where else I can get this?
View 3 Replies
View Related
Jan 30, 2009
I can't seem to get anything back from https://dl-ssl.google.com/android/eclipse/ - even accessing from a browser just gives a 404.
View 6 Replies
View Related
Nov 10, 2010
i cant wait to get my Xperia upgraded to 2.1! i have one issue though. i only have access to a work PC with XP but no admin account (big corp, so no chance of getting it temporarily) or my housemates Mac. my girlfriend has a laptop but she wont be home until next weekend are there any non-windows/non-admin methods of upgrading?
View 6 Replies
View Related
May 21, 2010
I have had DC 2.08.1 installed for about 2 weeks with no issues. I decided to go ahead and partition the SD to utilized apps2SD as I was having memory issues. That process, while not smooth, went through okay and the SD card is working with the partition and apps2SD. However, ever since that was completed, my Windows 7 box no longer recognizes the phone either as a phone or as a drive. My Linux laptop recognizes the drive without issue.
Any suggestions on how I can reintroduce my phone to the Windows box, at least as a drive?
View 2 Replies
View Related
Jun 17, 2009
I create an aidl file named mp3PlayerInterface.aidl. Then I try to use the aidl tool to parsing the aidl-file to java-file. The error"mp3PlayerInterface should be declared in a file called com mp3playermp3PlayerI nterface.aidl."happened no matter use the aidl-command derectly or eclipse.
View 2 Replies
View Related