Android :: Help Setting Up Eclipse
Sep 28, 2010
I'm setting up Eclipse for Android and when attempting to install the ADT plugin, I encounter the following error:
Notice the more complete error message here.
Cannot complete the install because one or more required items could not be found.
CODE:.......
But it could not be found
I'm on Win7 x64 and using Eclipse 3.5.
Did I not set my Path correctly? This is what the relevant part looks like.
Path...;C:UsersMosheDevelopmentandroid-sdk-window ools
Do I need to reboot after modifying the path?
I am looking to install this package: org.eclipse.wst.sse.core 0.0.0
View 4 Replies
Sep 28, 2010
I'm having trouble setting up the Android SDK. I've set up Eclipse before but it didn't work, so I uninstalled it, but I'm trying again.
Does Eclipse need to be extracted to a particular folder for it to work? Where should I extract to?
I'm using Eclipse 3.5 on Win7 Ultimate x64
View 3 Replies
View Related
Oct 13, 2010
I have been developing a project app to learn about android, I can upload my app to my htc desire on my desktop using linux ubuntu and eclipse, I have the same setup on my laptop but I cannot upload apps to my phone. When I try to install the app to the phone it shows up in avd manager as? Unknown, I've googled this and the general advice is to setup a script which I have tried but I get an error message saying path does not exist, when I try to kill the adb server it says no such command even though I am in root and can see the adb file in the sdk folder, I am completely lost here anyone help with this.....
View 1 Replies
View Related
Sep 26, 2010
Setting a breakpoint in Eclipse is not recognized when I start my app in debug mode. The breakpoint is in the onCreate method, the app runs normally, but no debug notification.Can someone give me a hint? Eclipse Version 3.5.2 Android 2.1
View 2 Replies
View Related
Oct 12, 2010
I am trying to set up Eclipse so that it can build my NDK piece. I have installed Sequoyah, and added the Native Support. However, when I build the project I get the error:
**** Build of configuration Default for project HelloJni ****
(Cannot run program "bash": Launching failed)
View 2 Replies
View Related
Mar 21, 2010
I am trying to install Eclipse Galileo on my MacBook running OS X v10.6 (Snow Leopard) and set it up with ADT plugin. I downloaded 64-bit cocoa version of "Eclipse Galileo for JEE developers" and ADT v0.9.6 from the respective offical sites. When I try to add this new plugin-archive in Eclipse, I get the following error:
Cannot complete the install because one or more required items could not be found ....missing requirement: ADT requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found.
AFAIK, one gets this error when a required Eclipse-plugin is missing. I checked the official site and saw that wst-plugin is actually bundled with "Eclipse for JEE developers" download package compare Eclipse packages. Not sure what I am missing here.
My mac is not connected to the internet so I guess adding resource URLs to the "Available Software sites" section wouldn't help. I would have to download anything required on my PC and then copy it onto my mac]
View 1 Replies
View Related
May 22, 2010
I'd like to check for memory leaks in my Android app using the DDMS feature in Eclipse. When I launch an emulated device, the threads display properly for the emulated device, starting with 8600 and up.
However, when I connect my Droid to the PC, the device shows up just fine in DDMS. The logcat is generated correctly, and I can view the file structure. However, threads do not display. I get "no client selected" in the Threads pane, and there is no drop-down icon next to the device listing.
Do I need to change some particular setting in Eclipse? Is this maybe a driver issue?
View 2 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
May 3, 2009
I would like to know how and where I can get the latest Eclipse "AKA CocoaClipse" beta. I can't find the file and would appreciate a link to the DMG Directly. Being Visually Impared I have no luck with the Carbon Build of Eclipse.
View 3 Replies
View Related
Jul 15, 2010
I am having problems with Eclipse (3.5.x Galileo) crashing after installing ADT 0.9.7, so I want to try a downlevel version of the Android ADT (with Android SDK r06_windows) to better isolate the issue. When I try to 'check for software' at https://dl-ssl.google.com/android/eclipse/ I can only select 0.9.7? Is there a trick to get the older version or an archive of the older version?
View 3 Replies
View Related
Jan 27, 2013
I want to learn Android development so I downlosded the Eclipse and configure it with ADT plugin with lots of hassle. When I open SDK manager it open the repository list that are needed to download lije Android4.O files, Google APIs ,System image etc. Though I was on slow internet connection. I read a tutorial to download google api and sysimg separately by copying the link from xml file. but now I dont know where I have to put these files in the main folders.
I have
1) Googleapi16_r03
2) sysimg_armv7a-16_r03
View 2 Replies
View Related
Jun 12, 2010
I am running Eclipse Galileo on an Intel Mac and after using it for a bit, it becomes very slow. By slow I mean switching between tabs and scrolling through source becomes nearly unusable. I have to close Eclipse and re-open it, and that usually only solves the problem for a short time.
View 11 Replies
View Related
Nov 8, 2009
I have mostly been avoiding debugging when I can because of these two problems, so hopefully someone here has suggestions to avoid them:
1. It seems that I have to build the SDK (`make sdk`) and copy it off to a directory for Eclipse to use almost every time I want to debug. I haven't followed through the "sdk" directive, so I'm not clear on why this is necessary instead of just having Eclipse read from the source in my directory. Isn't there some way for it to do this? FYI: I have a (modified) full checkout of Donut, not just the SDK.
2. How can I debug without using Eclipse? I would really like to be able to use something like gdb/jdb.
View 2 Replies
View Related
Jun 3, 2009
I'm trying to develop plugin for eclipse that should draw my custom view inflated from XML. Everything works fine until eclipse tries to instantiate any class from android.jar library. It fails with Runtime exception without any other helpful information (stub!).
View 2 Replies
View Related
Jan 31, 2010
I am using a laptop with Windows 7 Home Prem x64. I have installed Java JDK1.6.0_18 and Eclipse Gallileo. I have downloaded and installed the latest version of Android SDK with several Platforms loaded and a AVD defined. I can install the Android Eclipse plugin from the remote site stated in the instructions. The plugin installation performs without any errors and I can verify that the plugins are indeed installed. My problem begins when I go to Windows -> Preferences, there is no Android section to configure. And when I go to File -> New -> Project, there is no Android Project to choose. I have uninstalled the plugin and reinstalled at least 10 times, trying different things and still no luck. I originally had the 64 bit version of the JDK installed, but removed it and installed the 32 bit version. Is it because I am using Windows 7?
View 3 Replies
View Related
Mar 8, 2009
I've installed the android SDK, Eclipse and the ADT plugin (got all the latest versions from the official websites: eclipse 3.4.2 from which I installed the ADT plugin and SDK 1.1_r1 from google).
I've set the SDK in eclipse and also added it to the PATH environment variable (I'm running Win XP SP2) and have entered the necessary Run configurations settings in eclipse.
Yet trying to open each of the sample projects and create a Hello Android project of my own consistently gets the following error from eclipse: R cannot be resolved.
I still don't know much about the framework but have read that the R.java is suppose to be generated automatically. Eclipse suggests adding an import to android.R, but the tutorial I'm reading seems to have no such import and even if I add the import the problem persist as the 'main' class simply isn't there.
I've changed the relevant code so to omit the use of the R class from this:
public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main);
to this:
TextView tv = new TextView(this); tv.setText("Hello, Android"); setContentView(tv);
While this did make the aforementioned error go away I still couldn't run the project since eclipse doesn't seem to work well with the ADT plugin (that's my guess at least) and the doesn't build the project.
When I Run it I get the following output on the console:
[2009-03-08 09:19:09 - Hello Android] ---------------------- [2009-03-08 09:19:09 - Hello Android] Android Launch! [2009-03-08 09:19:09 - Hello Android] adb is running normally. [2009-03-08 09:19:09 - Hello Android] Could not find Hello Android.apk!
The emulatore doesn't start of course. It seems to me like there's a problem with the ADT and Eclipse so that the projects aren't created properly (that R.java file is suppose to be created automatically according to what I've read).
View 2 Replies
View Related
Nov 7, 2010
In Eclipse, after I import an existing project, I don't see the "Android 1.5" directory. I see the libs, src, gen, etc, but I don't know how to get the Android one.
View 3 Replies
View Related
Sep 19, 2010
I use Eclipse for my development. The problem with it is, I find it incredibly memory hungry... it often takes ages to load up, when I save a file it hangs for a while (saying "Building workspace" in the bottom right hand corner), and is just generally slow.I wondered if anyone had any tips for streamlining it for Android. I don't use it for anything else (if necessary, I will install a separate instance for general Java stuff) so I can't help thinking there are lots of modules and stuff I could get rid of which may help it run more smoothly.
View 14 Replies
View Related
Aug 25, 2010
I am new application development. I am using Eclipse for making applications. When trying to create new project using Eclipse It is not creating simple res/drawable/ instead its creating three drawable folder. i.e. 1] drawable-hdpi 2] drawable-ldpi, 3]drawable-mdpi What is this all three for? General scenario as per Google it needs res/drawable/ to save icon image. Now on Eclise where to save icons? On all folder or?
View 4 Replies
View Related
Oct 19, 2010
According to official documentation Google says that "Once you've defined your Drawable in XML, save the file in the res/drawable/ directory of your project." is the way to add a XML drawable to the project. But when I created the project ADT created 3 different drawable folders for mdpi, hdpi, and ldpi. So when I wanted to create my XML drawable, I right click on my drawable-hdpi folder and select "Add new Android XML file", and there I have to select what kind of XML file I want to create, but there isn't "drawable" to select. If I create new text file and save it as button_drawable.xml Eclipse says that there is an Error in the file and that It can't build my project.
View 3 Replies
View Related
Jul 19, 2010
when ever I'm running little program that I write on the emulator I'm getting: "Hello android, program_name" for example: I'm writing a little program could udp_client and I'm getting: "Hello android, udp_client" can someone tell me if this is the way it should be?
View 2 Replies
View Related
Jun 20, 2010
In Eclipse, I have set my project's target build to 2.0.1 (right click on project folder -> Properties -> Android). In my AVD manager I have a number of emulators - one for 1.5, one for 1.6 and one for 2.0.1. How do I tell Eclipse to run the project (built to 2.0.1) on the 1.5 emulator? The "Run configurations" menu gives me only the 2.0.1 emulator...
View 1 Replies
View Related
Jul 10, 2009
I want to be able to add google's exteneded json library to my app (gson.jar).I can get it in the path so I can compile but it is not being bundled into the application when being deployed. How can I do this?I am NOT using eclipse, so need to do it via the ant. I'm actually using Netbeans as my ide and all works sweet but for this.
View 2 Replies
View Related
Aug 31, 2010
So I have got Eclipse (Galileo) setup with ADT installed. I also got the SDK installed. But when I run Eclipse I get "Failed to parse the output of 'abd version'". And if I attempt to debug an app from Eclipse I get: [2010-08-31 00:21:05 - HelloWorld] [2010-08-31 00:21:05 - HelloWorld] Android Launch! [2010-08-31 00:21:05 - HelloWorld] The connection to adb is down, and a severe error has occured. [2010-08-31 00:21:05 - HelloWorld] You must restart adb and Eclipse. [2010-08-31 00:21:05 - HelloWorld] Please ensure that adb is correctly located at 'C:android-sdk-windows oolsadb.exe' and can be executed. I was able to run adb from the command line and install the HelloWorld.apk from the bin directory to my phone. So it seems the issue is between adb and eclipse. Searching the net got me a few interesting pages, but none of the suggested changes worked for me. Any ideas would be great.
View 5 Replies
View Related
Nov 23, 2010
I have a "thirdparty.jar" which I have to add into my Eclipse project and make one combined JAR for my entire package. I have added the thirdparty.jar into my pproject using "Java Build Path" Libraries settings in eclipse. But when I try to make jar for my entire project, the jar creation for my project is success but the "thirdparty.jar" is not getting included in my project.jar.
View 2 Replies
View Related
Jul 2, 2010
Is there any other programs or ways to program with the SDK or the ADT other then Eclipse because I am having nothing but troubles with it.
View 7 Replies
View Related
Nov 8, 2009
I installed ADT plugin to Eclipse 3.5. But at Window -> Preferences Android node is not shown.
View 6 Replies
View Related
Apr 28, 2009
I've updated from 1.1 to 1.5 following
http://developer.android.com/sdk/1.5_r1/upgrading.html
0.9 ADT plugin was successfully installed. The Android plugin doesn't present in Window -> Preferences options. So I can't perform step "Update your Eclipse SDK Preferences". Using fully updated Eclipse Ganymede 3.4.2
View 7 Replies
View Related
Oct 16, 2010
I've turned on USB debugging.I have the latest HTC Sync and android SDK components.I'm using Eclipse 3.5 on windows XP. I'm running Android 2.2, and am asking for 2.1 as the minimum in the debugger.I work in Eclipse/Java just about every day, and have for several years.I'm even writing an Eclipse plugin at work as I type this neither Eclipse nor Java are new to me by quite a stretch.When I start a debug session for the "Skeleton App" sample project, I can see my Evo, and the activity launches (with any freshly saved changes), should I select it.I have tried different android connection types (charge only, disk drive, HTC Sync, and USB tethering) to no avail. I've tried Eclipse 3.6 for a bit before yielding to the inevitable and reinstalling 3.5. I monkeyed with the emulator for a while but ran into a different set of issues (I had to reboot the emulator every time I wanted to make a change... Eclipse's auto-build/hot-swap has me spoiled).Is there something I can add to (or remove from) the AndroidManifest.XML to deal with this? A magical incantation perhaps? Must I pray towards San Jose three times a day on a rug woven from kernel gurus' vast and scruffy beards? Is my Evo not Kosher? Must I be "sky clad" while debugging? Shall I teach my laptop to genuflect?
View 3 Replies
View Related