Just installed the new R20 SDK and latest Eclipse plugin today and am having a rough time with it. Compilation errors (most commonly syntax errors and missing semicolons) don't seem to go away even after they're fixed. Typically cutting and pasting the whole file (Ctrl+A, Ctrl+X, Ctrl+V, Ctrl+S, in the editor) will cure it.
I've been developing Android stuff for nearly three years with this environment (various different installation of it at least). R20 seems to be pretty broken for me.
I'm just curious if anyone else is seeing this type of issue as well before I delete everything and reinstall or just revert back to R19.
I'm on LinuxMint 13, Eclipse Indigo.
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Thanks ✟
Moving to Q&A
Related
I'm not 100% if this is relevant in this thread..I am running Ubuntu 9.10 and installed Eclipse 3.5.1...I am trying to get the Android SDK running and I follow all the steps listed at
http://developer.android.com/sdk/eclipse-adt.html
and I have added the path. I am getting the error
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group 0.9.5.v200911191123-20404)
Missing requirement: Android Development Tools 0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group 0.9.5.v200911191123-20404) requires 'org.eclipse.wst.xml.ui 0.0.0' but it could not be found
the part in bold is different than the org.eclipse.wst.sse.ui error they speak of, and their troubleshoot techniques don't work. help?
i had a similar issue, somehow the ubuntu-package did not have the default eclipse sources in it.
unfortunately i can't remember what i did to fix it, suddenly they appeared. maybe they get auto-updated in eclipse after some time?
anyway, these are my enabled software sites:
(i copied them, but it says i can not post links... so here's a screenshot...)
hope this helps
You can avoid these troubles if you do not use the Ubuntu package
Download the eclipse for Java from eclipse.org will do
SystmDcln said:
and I have added the path. I am getting the error
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group 0.9.5.v200911191123-20404)
Missing requirement: Android Development Tools 0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group 0.9.5.v200911191123-20404) requires 'org.eclipse.wst.xml.ui 0.0.0' but it could not be found
the part in bold is different than the org.eclipse.wst.sse.ui error they speak of, and their troubleshoot techniques don't work. help?
Click to expand...
Click to collapse
I had the similar problem last nite.
I used the Synaptic instead of Ubuntu Tweak to install Eclipse, and everything works now.
i followed this, plus some other hints
http://maketecheasier.com/install-android-sdk-in-ubuntu-karmic/2010/01/11
this thread should have everything in it
http://forum.xda-developers.com/showthread.php?t=620413
Hello all,
I am a newbie facing a little issue.
Previously I had a running set up of Android 2.2 with eclipse.
Two days before I had started the SDK manager within SDK, and update and install my existing SDK.
I am able to take new updates for Android 2.0 to 4.0.3, but because of this eclipse showing me some strange errors like
"Could not find G:\sdk\tools\adb.exe!" .
I made search for this on net they said I need to give the path of platform-tools instead of tools,
How can I set the path when I suppose to give the path till SDK only ?? (Here I am getting confused)
I had given the two paths in the path environmental variable, but problem remains the same.
Please if any one can help me on this issue, since I want to use the other versions greater than 2.2.
If you don't want to modify the path you gave in eclipse, just copy and paste the contents that you have in 'platform-tools' folder to 'tools' folder (choose replace if any prompts appear).. this worked for me..
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Moving to Q&A
Hi there,
I am an android application developer and I'd like to write an application, which is rooting the phone.
There was a time(Android 2.2 and older), when rooting was not really a big thing.
Changing the rwx permissions of two files by running two "chmod" terminal commands was enough on nearly every device to root them.
But then it went more difficult.
There may not be such a simple solution like above, but I keep hoping that it is still possible programmatically. Here is an idea:
We could use Assembler and native C to generate a Puffer overflow by calling a Unix system call like here(http://peterdn.com/post/e28098Hello-World!e28099-in-ARM-assembly.aspx).Then we could get some code, which would be able to change the file permissions coz it's running in Kernel mode, into the Kernel this way.
What do you think of my idea? Write it down! I don't expect code or does anybody here know a Linux kernel exploit
But ideas where we have to look for those would be great.
Questions should be posted in Q&A forums, not Development forums.
http://forum.xda-developers.com/announcement.php?a=81
See rule #15
Thread moved.
I am having issues with the casual install. I have tried the latest builds but I couldnt get them to connect. Any help would be great. It pretty much errors out without doing anything after the Heimdall script. It appears to be rooted but I dont know what all is supposed to be done when Heimdall runs. Any help would be great. New user to this sight, I'm a noob to this but not electronics and programming.
david_d_gates said:
I am having issues with the casual install. I have tried the latest builds but I couldnt get them to connect. Any help would be great. It pretty much errors out without doing anything after the Heimdall script. It appears to be rooted but I dont know what all is supposed to be done when Heimdall runs. Any help would be great. New user to this sight, I'm a noob to this but not electronics and programming.
Click to expand...
Click to collapse
Make sure you have all anti virus/security software disabled including Microsoft Security essentials/windows defender. That and driver problems are the two main culprits for issues using CASUAL.
Once you have done that, reopen CASUAL and try it again. If it fails, post your paste bin log link. Don't paste your log here, just the link. Without the log its difficult to see what's going on
Please read forum rules before posting
Questions and Help issues go in Q&A and Help section
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator
Following many of the excellent CM building guides on xda as well as CM's wiki, I was able to quite smoothly get my virtual Ubuntu to begin building ICS. However, after about 5 minutes of it happily churning out binaries, the build stops complaining about being unable to recognize out/host/linux-x86/obj/EXECUTABLES/mksnapshot_intermediates/src/builtins.o while compiling V8. I've googled around but have not been able to find this particular error; also given my limited understaning of the build system on Linux am unable to diagnose this rather cryptic situation.
I've tried removing the entire out/host/linux-x86/obj/EXECUTABLES/mksnapshot_intermediates/ folder as well as starting afresh (after make clean) but the error does not go away. From what I've grepped, the recipe for builtins.o is inside builtins.P but not sure if this is where something goes meh.
I'm attaching my current build log as well as the builtins.P file. Will be grateful for any ideas on how to troubleshoot this further.
EDIT: building for Galaxy S i9000, but to me this seems like a more general build error and hence posting here. If you think this thread belongs elsewhere, please do let me know.