Eclipse / Workspace Dir Isn't Saved Anymore
Jan 3, 2014
I use Eclipse Luna. I had the problem that it hanged on start.So I started it with eclipse -clean. Now it's alright except for workspace settings.
I want Eclipse to automatically start with a particular workspace like it was before the eclipse -clean start.
Now Eclipse starts without opening the saved workspace.But the workspace is saved somewhere because I can choose it at File->Switch Workspace->D:workspaceEclipse.
When I choose it Eclipse is restarting and opening D:workspaceEclipse automatically. But the workspace directory is only saved for one start.
When I exit Eclipse (File->Exit) and make a new start it is again starting with empty workspace and I have again to choose File->Switch Workspace->D:workspaceEclipse.But I want to open the workspace D:workspaceEclipse automatically for ever like it was before the Eclipse start with -clean parameter.
View 4 Replies
Sep 22, 2010
I have already created this project, but I wanted to start over. deleted the HelloAndroid folder from my workspace folder restarted Eclipse now I can't create a project with the same name, because Finish is greyed out, and it gives me the following message: A project with that name already exists in the workspace eclipse
How can I completely delete my old HellowAndroid project from Eclipse?
View 1 Replies
View Related
Sep 23, 2010
When i try to clean and rebuild a project, eclipse hangs on the "building workspace" progress bar. the last thing i did was paste an image into a drawable folder - that caused a lockup and i forced eclipse close. now it's not rebuilding the project.
View 2 Replies
View Related
Jul 9, 2010
i have a severe problem with eclipse, where i need to compile a somewhat larger class. by "larger" i mean, the class has about 5000 lines of code... problem is that on saving this project, eclipse takes several seconds (30-40) to "build the workspace". to be exact, it says "50%" and keeps saying that for 30-40 seconds. then, it breaks with the following error:
[console]:
[2010-07-09 15:28:39 - Dex Loader] Unable to execute dex: null
[2010-07-09 15:28:39 - myProject] Conversion to Dalvik format failed: Unable to execute dex: null
[problems window]:
Conversion to Dalvik format failed: Unable to execute dex: null this error is reproducible and keeps popping up until i comment out several thousands LOC, so that the file still has this 5k LOC, but ~2000 of them are comments. THEN it works...
i know that 5000 LOC are no really good programming style, but i need to do it this way for now ... (i have to write this much records to a sqlite database and since sqlite doesnt feature multiple sql-queries in one rawQuery-command i have to execute a single rawQuery() for each and every data record i need to push into the db.... - until i write a file reader to read this data from a file (that needs verification etc)), i'm stuck with this solution...)
View 1 Replies
View Related
Nov 5, 2010
Logcat in eclipse has been working fine for me until bout a week ago. I'm not sure how I managed to do it to both my of development environments. (PC and Mac). I get the follow error when I open up logcat in eclipse.
Could not create the view: For input string: "Debug"
java.lang.NumberFormatException: For input string: "Debug" at java.lang.NumberFormatException.forInputString(NumberFormatException.java: 48) at java.lang.Integer.parseInt(Integer.java:449) at java.lang.Integer.parseInt(Integer.java:499) at com.android.ddmuilib.logcat.LogFilter.loadFromString(LogFilter.java: 134) at com.android.ide.eclipse.ddms.views.LogCatView $FilterStorage.getFilterFromStore(Unknown Source) at com.android.ddmuilib.logcat.LogPanel.createFilters(LogPanel.java: 1229) at com.android.ddmuilib.logcat.LogPanel.createControl(LogPanel.java: 441) at com.android.ddmuilib.Panel.createPanel(Panel.java:29) at com.android.ide.eclipse.ddms.views.LogCatView.createPartControl(Unknown Source) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java: 375) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java: 229) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java: 595) at org.eclipse.ui.internal.WorkbenchPage $ActivationList.setActive(WorkbenchPage.java:4218) at org.eclipse.ui.internal.WorkbenchPage $18.runWithException(WorkbenchPage.java:3277) at org.eclipse.ui.internal.StartupThreading $StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java: 134) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java: 3586) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3279) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java: 803) at org.eclipse.ui.internal.Workbench $31.runWithException(Workbench.java:1567) at org.eclipse.ui.internal.StartupThreading $StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java: 134) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java: 3586) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3279) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2548) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java: 332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java: 664) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java: 149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java: 115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java: 196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLauncher.java: 110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java: 79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: 39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
View 3 Replies
View Related
Oct 19, 2010
A few weeks ago, I followed a tutorial to get Eclipse and the Android Development Kit up and running. I successfully built the test application and ran it on a virtual device.
Tonight I finally went back to do the next step in the tutorial, but when I went to start a new project there wasn't an option to start a new Android project. Even searching for it didn't produce anything. Window -> Preferences doesn't have an Android preferences dialog, either. The developer tools are still installed, though, according to Help -> Install New Software.
I'm using Eclipse Galileo 3.5.2 on Ubuntu 10.10 Maverick Meerkat. I just recently upgraded. I remember I had to install some additional packages to get Eclipse to run the Android stuff last time. I haven't uninstalled those, so I don't know what's causing the problem.
What's causing this problem, and what can I do to fix it?
View 1 Replies
View Related
Aug 15, 2010
I am developing on Windows machine.I was working quite well until yesterday, when I saw the the update prompt and updated my ADT plugin. Today when I tried debugging my test project, I experienced either one the following cases:
1) Logcat stops forever on the message "sending wait chunk".
2) Logcat shows the following message, and test project fails:
3) Eclipse stops responding.
The above cases happens even when the test unit contains nothing.Also it just doesn't not work in debug. The test case runs successfully if it is not in debug mode (But there are still some glitches, like Logcat sometimes won't emit debug messages).
View 2 Replies
View Related
Sep 8, 2010
This was working fine when I first started the project. I am referring to editing/adding to the strings.xml file. It used to display a design and XML tab that allowed me to update it. now its just showing up as a table. Any ideas? I don't understand how I could have messed this up. I did check in another project of mine and I am getting the same results so I don't think it has anything to do with the XML.
Any ideas? Thanks!
View 1 Replies
View Related
Oct 19, 2010
I can't import the License Verification Library to the workspace. In the Eclipse wizard I click "File > import" but no Android option available, if I choose normal Java project then it doesn't work because it has no Android api reference. How to do?
View 4 Replies
View Related
Sep 28, 2010
Please, I need advice on how to get phone numbers saved on the phone up when forwarding received SMS or MMS! At the moment, I can only forward messages to contacts saved on Sim card!
View 5 Replies
View Related
Aug 21, 2010
i lent my evo to my friend to fix it and it was already rooted but he installed froyo. i was frkn pissed cuz i knew it would mess up everything! any way to fix my phone? can i restore it back to stock to do it again?
View 9 Replies
View Related
Aug 24, 2010
Not sure what I have done but I cant seem to use Launcher Pro anymore. When I hit the home button, it just shows the pinch view.
View 4 Replies
View Related
Jul 24, 2010
Got one call had tons of static and a bzzz noise. Now I can't make or get them... Still in 30 days. Shouldn't be a problem to get an exchange right?
View 6 Replies
View Related
Jun 16, 2010
After messing with the LED Light app, it appears that only my bottom LED is lighting up. I've tried taking multiple pictures in different lighting situations and I'm having the same problem. I could have sworn that both LEDs lit up before. I've never kept the LED Light app on for an extended amount of time so I don't believe I've caused it to burn out.
View 3 Replies
View Related
Sep 27, 2010
I've been running 768mhz since the kernel came out and just today I've had 3 or 4 kernel panics.
View 20 Replies
View Related
Dec 7, 2009
I was just downloading some Apps like 3G Watchdog and Dolphin in WiFi, and then afterwards I wanted to browse the Internetin 3G mode but its not active. The little icon at the top that represented this is not visible anymore. However, Mobile Network is on
View 2 Replies
View Related
Aug 31, 2010
Today randomly my phone has stopped rotating when in any application, from the browser to messages to mail. I don't know what could have caused this, as I have been using it normal ever since I got it and not messed with anything. Running stock froyo, does anyone know of this and if there is a way to fix? I already tried disabling and enabling autorotate from the settings off and on a couple of times and nothing.
View 1 Replies
View Related
Oct 26, 2010
i was reading some articles about improving battery. one tip was to go to the dialer and do *#*#4636#*#* and wait and then it will take u to a screen where u go to phone info and hit menu and change the network from gsm to cdma. i tried this and when i entered the numbers into the dialer it didnt do anything. the thread was from june so does this not work anymore?
View 4 Replies
View Related
Oct 14, 2010
HTC Orange Update Issue Was previously able to used wired USB tethering with both Vista and XP prior to updating phone Firmware to 2.1 Update 1, and now it refuses to connect. Have contacted HTC, but no help - anyone know of how to fix this.Tried updating to latest HTC Sync as well, but still doesn't work.
View 4 Replies
View Related
Oct 8, 2010
I picked up my phone about two weeks ago and there was an update right away. I had no problen downloading it through the phone and it turned out to be 2.1.1. So a week later I wanted to check again, when I do it says connection failed or something similar. Now each time it does this I have to wait 24hrs befor I can retry. Tonight was the 4th try. I've attempted this from different locations both with good 3G signal.
View 4 Replies
View Related
Mar 31, 2010
I just added the leaked 2.1 yesterday and was trying to add the new 2.1 music player that a few people have added. I dl'ed it on my computer and connected my eris to my PC through USB. Once I connected, it gave me three options, charge only, HTC Sync, or disk drive. I chose disk drive and added the new musicplayer file to my phone. Forgetting how to access my SD card files, I went to Settings>SD card &phone storage> and quite regretably hit Unmount SD card. In doing this, the only option I have on that screen is to Format (erase) my SD card (Which I'd rather not do). Now when I connect using USB, I only get the first 2 options, charge and HTC sync, and cannot connect with my PC anymore as a disk drive. how I can connect back up with USB to my computer? and where do I go to access the files I've added to my SD card? Thanks in advance!
View 4 Replies
View Related
Jul 3, 2010
I use the following main.xml for my app.
CODE:.............
I want to have 2 buttons at the top, previous and next and my listview with custom adapter below it. Few days ago I had only my ListView showing, going over the buttons. Now I seem to be stuck on the other side, where my listview doesn't show while my buttons do.
My activity extends on ListActivity and uses this code to fill it with a customadapter.
CODE:................
I tried using "lv.addHeaderView(previous);" but that only gave me vague ClassCastExceptions about LayoutParams.
I think my problem is currently in my main.xml, as the Layout tab in Eclipse of it won't show the ListView either. It knows its there as it shows up in the outline tab, but the visual representation doesn't give it a red outline when I select it.
For completeness, my custom_list (aka row) layout xml:
CODE:.................
View 1 Replies
View Related
Aug 7, 2010
This morning I started seeing errors about the SD card not being available. I checked under setting and sure enough it wasn't available. It worked perfectly yesterday. The first thing I thought of was that the card went bad since I bought a 16GB one off eBay. So I shut down and replaced the SD card with the 8GB one it came with. No change. The phone just doesn't recognize an SD card anymore.
View 12 Replies
View Related
Jan 7, 2010
Since yesterday I cannot upload pics to Facebook anymore... It says mobile uploading was disabled. Any ideas how to fix that?
View 1 Replies
View Related
May 25, 2012
In Android, when you plug in via USB your phone to your PC, in the notification bar, a option is given to show the device as a USB drive. I dont get that option any more and I dont see anywhere to enable it or select it.
View 9 Replies
View Related
Jul 25, 2013
I've just bought an Oppo phone (with MTK6589 chipset.) 2 days ago I decided to root and flash CWM recovery to my phone. Rooting gone well and the phone is now rooted. Then I flashed CWM with Mobile Uncle Tool. It said that I flashed sucessfully, I got no error. But when I reboot the phone to recovery mode, nothing happend, the phone just did a normal reboot! I tried to flash other third-party recovery mode such as TWRP and MIUI recovery but I got the same problem: the phone couldn't get into recovery. The screen with a text "Recovery mode" appeared in 3s and the phone just did a normal reboot. I couldn't even format factory, all I got was just a normal reboot. I even tried many tools on Google Play and MTK flashtool but there were no hope. Now my phone is working normally but can't get into recovery mode.
View 2 Replies
View Related
May 8, 2012
I setup SIP calling through Sipdroid and Pbxes just fine. Uninstalled Sipdroid and was able to make SIP calls over 3G/WiFi using the Android Native Dialer. Suddenly my SIP calling does not work any more. I did not change any of the settings. When making calls over 3G/WiFi the call connects but immediately hangs up. The call log shows the call as outgoing but lasting "0 minutes, 0 seconds." The Sipdroid app works just fine but I don't want it running all the time.
UPDATE: I can make outgoing calls only if "Receive Incoming Calls" is checked. I would assume there is a way to make outgoing calls over SIP without having to accept them since I have GV forwarded to my cell number (yes I know it uses minutes but it saves on battery.)
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
Nov 23, 2009
I have the Droid and my fb widget stopped updating. It used to work fine but has been sketchy for a few days. Is this happening to anyone else?
View 2 Replies
View Related
Aug 6, 2010
I really miss the keyboard.Ive seen other ones but I want one as easy as the droix X keyboard but still has the microphone speech to text button
View 20 Replies
View Related