[Completed] [Q] Eclipse Android SDK manager - XDA Assist

I am using Ubuntu 14.04, I am trying to install the tools, rather update them but everytime I am getting an error like this one, please help!
I am very new to eclipse!
"URL not found: /ANDROID/sdk/temp/platform-tools_r20-linux.zip (Permission denied)
Downloading Glass Development Kit Preview, Android API 19, revision 11
URL not found: /ANDROID/sdk/temp/google-gdk.zip (Permission denied)
Skipping 'Android SDK Tools, revision 24.0.2'; it depends on 'Android SDK Platform-tools, revision 20' which was not installed.
Done. Nothing was installed."

Hi
This guide has a section on SDK,
http://forum.xda-developers.com/showthread.php?t=2302780
And another,
http://forum.xda-developers.com/showthread.php?t=921169
Otherwise, This is more of a pc issue, and we don't have sections for pc support. It's not a specific Android device issue either, so asking about it here would be best,
> Android Development and Hacking > Android Q&A, Help & Troubleshooting
Good luck!

Related

[Q] Eclipse ADK Beginner's Issue

I am running Linux (Ubuntu 10.10) on a 64-bit platform, and I have installed Eclipse Helios with ADK 2.3.3 & 3.0. I'm new to Android development, and am trying to run a sample app [~/android-sdk-linux_x86/docs/resources/samples/Wiktionary/...]. However, I am getting the following error messages when I Run it:
Code:
[2011-04-14 14:24:23 - Snake] Still no compatible AVDs with target 'Android 3.0': Aborting launch.
[2011-04-14 14:24:23 - Snake] Performing com.example.android.snake.Snake activity launch
[2011-04-14 14:24:46 - Snake] Launch canceled!
Where can I find an Android Virtual Machine for my Android 2.3.3 (on my 64-bit Linux)?
Hi!
You should rename your thread to "SDK",since "ADK" means a completely different on Android.
First off, can you please all steps you took to install eclipse and the sdk ?
Make sure you follow step-by-step this guide: developer.android.com/sdk/installing.html
Robson

[Q] Not able to install the SDK packages, coz SDK blinks for a sec and then closes.

So, I am sorry, if this is a stupid question, I am novice here. I am trying to run SDK manager on windows 7, 32-bit os. It's already installed. Whenever I try running SDK manager, It flashes for a sec and disappears. When I tried executing android.bat from tools, what I got was :
C:\Program Files\Android\tools>android
[INFO] Starting Android SDK and AVD Manager
'xcopy' is not recognized as an internal or external comman
operable program or batch file.
No command line parameters provided, launching UI.
See 'android --help' for operations from the command line.
Exception in thread "main" java.lang.NoClassDefFoundError:
ts/Display
at com.android.sdkmanager.Main.showMainWindow(Main.
at com.android.sdkmanager.Main.doAction(Main.java:2
at com.android.sdkmanager.Main.run(Main.java:99)
at com.android.sdkmanager.Main.main(Main.java:88)
I have java 6 up date 25 already installed and the path is already added to environ var. Also I am interested in developing for android, If anybody is interested in showing me how, I wud be very greatfull. Thanks in advance. Plzzzzzzz........ HELP.
Currently Using : HTC Desire Z.
And yes, I am having eclipse 3.2 already installed on my system. PLzz help................................., somebody......................, anybody.
General tip
If you double click some techie program on Windows and see it just appear and disappear like that, it usually means that this program is meant to be run in a command line window.
So go to All Programs -> Accessories -> Command Prompt and open that
Then go to wherever that program is installed and run it from there.
Oh, and note that Android development needs the JDK, not the JRE version of Java, The JDK contains all the extra parts needed for Java software development in general, including key parts needed by the Android SDK.
While the JRE can be downloaded from www java com , the JDK is only available from java.sun.com .
P.S.
Sorry for not making proper links, but I have not made enough posts to allow them yet.

[Completed] [Q] Android emulator not responding after a while

I have a script that installs an apk file, launches it, and uninstalls it afterwards (using adb) on the android emulator. (After installation I get a response from the terminal: rm failed for -f, No such file or directory while installing, but I don't think this is a problem) I repeat this for several apk files. But when I launch the android emulator, several minutes to several hours later, the emulator is not responding anymore. The spinning pinwheel appears, the only way to quit is to kill it via the terminal (using kill -9).
I have tried to change the two possible CPU/ABI Settings of an AVD to (ARM and Intelx86), but both settings result in the same problems. I have also tried different API levels (19 and 21), but also no luck there.
As I am running the emulator on a Mac, I thought the problem may be related to my OS, so I performed the same thing on a computer running Ubuntu. The same problem appears on both devices.
I have also captured the logcat files, but there are no similar error messages across these files.
These are the parameters that I am using: Android SDK / AVD Manager on Mac OSX10.10 (64 bit) with Java version 1.7.0_65 and Ubuntu 14.04 (64 bit) with Java version 1.8_0.25
Any idea (why or) how to figure why the emulator is not responding anymore?
Any help would be appreciated.
Please post in Android Software and Hacking General [Developers Only] and one of the experts will be happy to help.
Sorry, but since I am a new user, I am not allowed to post there.

[Completed] [Q] MioWork tablette not recognized by adb on Unix system.

Hello,
I'm actually working with miowork's tablettes but they are not recognized by adb on unix system, I'm actually working on mac.
The manufacturer provided me a driver for windows which is working but it said to me that there is actually no way to make it work on mac or linux.
Devices are MioWork A330 and L130, the first one is not recognized by the system as an android device but as a usb key while the second one is recognized by the system as android device but impossible to see it with the command "adb devices".
Both devices have the developer mode enabled and usb debugging is activated.
How can i do to make them recognized by adb on Unix system ?
Links to devices :
http://miowork.mio.com/product_L13X_enGBR.asp
http://miowork.mio.com/product_A330_enGBR.asp
Thanks for your help.
Hi there,
I'm sorry but I can't find anything related to your question/devices.
Please post that in the forum bellow for more answers from the experts:
> Android Development and Hacking > Android Q&A, Help & Troubleshooting
Good luck

[Completed] [Q] Android APP Emulator - My ASUS doesn't support intel HAXM

My computer doesn't support intel HAXM or virtualization at all. I am learning how to code right now and downloading all the necessary software that I need for the class but I can't seem to understand eclipse and/or what I can use for an emulator?
Any assistance is appreciated.
Hi there,
Reboot your computer into bios (by pressing f2/del .. at boot). There you'll find an option "Intel virtualization" or similar. Enable it, save your settings and reboot.
Then install haxm as admin (installer can be found in Android sdk folder).
For other questions ask directly here:
> Android Development and Hacking > Android Q&A, Help & Troubleshooting
Good luck

Categories

Resources