[Q] eclipse problems - General Topics

Not sure if this is the right spot for this post. I am trying to open ecplise for the first time and i am getting an error "SDK Platform Tools component is missing! Please use the SDK Manager ti install it.
I have sdk installed but don't understand how to get the sdk platform tools installed nor do i know where to place them after they are installed.
Any help would be greatly appreciated.

This is probably because the platform tools downloaded were corrupt or invalid. Its not a serious issue and can be amended quite easily. Just follow the steps below
Open the folder where you have the sdk
Open sdk manager
Wait for the packages to load
Select platform tools
Select Install 1 package
Reopen eclipse
Voila! All done
ZTE Blade | Asus Transformer TF300T

Related

[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.

[Q] How to install Android Debug Bridge?

I downloaded sdk setup tool from this link.
http://developer.android.com/sdk/index.html
But I don't know what to install.
Android 2.2 but, which tools?I just want to install ADB
If you installed the SDK from the page you linked to then you have the adb executable. This page tells you where the executable can be found (ex. C:\Program Files (x86)\Android\android-sdk\platform-tools) and some of the commands.
http://developer.android.com/guide/developing/tools/adb.html
You don't need the entire sdk installed if you just want adb. You just need adb.exe and the two support dlls. Put it anywhere you want and add that directory to your system path to make your life easier. Here are the files from the latest sdk.
http://www.multiupload.com/6TYIX5IB6M
What does that help you do???
Sent from my LG-P999 using xda premium
I was asking it for fixing internal partitions.Anyway problem solved.Thanks for your attention
thank you for the helpful information

[Q] Unbricking LG P500 with Android SDK HELP!!!

Hello! Yesterday I was putting a custom recovery on my LG p500, and as I am a noob in phones and everything else I fcked up something, and now i have the ''fastboot mode started'' screen. Now, on this http://www.androidpure.com/unbrick-lg-p500-stuck-at-fastboot-mode-due-to-bad-recovery-flash/ page, i have downloaded all the things listed there.
Now, my computer recognizes the phone, it doesn't open the ''removable disk F'' as it has always, but it says it is recognized.
WHen i downloaded Android SDK, on the page they say I should have a directory on disk C, but I DONT KNOW HOW TO INSTALL ANDROID SDK!! When i click on SDK manager it just opens a window similiar to cmd prompt, and then the window close after some seconds.. Please help me!!
Also, on that link there is the cmd program open and he says what to write to unbrick it, but I don't understand anything about it!! Please someone help me I am mad!!!
Instead of messing with the entire Android SDK, which isn't needed BTW, why not use Android Flash Recovery to install another recovery? Link for Android Flash Recovery ( AFR ) is in my signature. It's just a simple UI for the fastboot executable from the Android SDK. No command windows to deal with and nothing to type. Point and click...
As per you problem with the SDK, Android can't find your Java installation. Did you install Java 6 or 7 SDK as well?
shinobisoft said:
Instead of messing with the entire Android SDK, which isn't needed BTW, why not use Android Flash Recovery to install another recovery? Link for Android Flash Recovery ( AFR ) is in my signature. It's just a simple UI for the fastboot executable from the Android SDK. No command windows to deal with and nothing to type. Point and click...
As per you problem with the SDK, Android can't find your Java installation. Did you install Java 6 or 7 SDK as well?
Click to expand...
Click to collapse
I got rid of the problem, but if the problem gets back i will use your link! thanks!
Kk connect USB goto sdk and find fastboot binary use cmd. And do fastboot flash recovery /path to SD/
Sent from my LG-P500 using xda app-developers app

Installing Tizen SDK for Wearables

Simple step by step tutorial for installing the Tizen SDK for Wearables
1) Go to http://developer.samsung.com/
2) Select Development Tools for Samsung Gear.
3) Under the SDK portion of the table, select Tizen SDK for Wearable.
4) Before downloading the files, choose a target location. This will make locating the files easier later on.
5) Under Tizen SDK for Wearable 1.0.0b2, in the Install Manager column, select and download the install bin or exe file for your development environment. This file is approximately 4 MB.
6) Under SDK Image, select and download the matching SDK Image. This file is approximately 560MB.
7) Double-click the Install Manager (the 4MB file). The Tizen Window for SDK appears, saying “Cannot start Tizen SDK for the Wearable Install Manager” and “Cannot find repository. Please check your repository (http://)”
8) Click on the Advanced button.
9) Select the SDK Image radio button (bottom half of the screen), and click on the open folder icon to the right.
10) Locate the SDK Image (~560MB), select it, and click Open. This is where having a predetermined download target can be very helpful. The file unzips and takes you back to the previous screen. Click OK.
11) This takes you back to the Tizen Window for SDK, except now you have no warning, and a Next button. Click the Next button.
12) The EULA appears, read and accept the EULA by clicking Next.
13) Install type is Typical. Click Next.
14) Accept the default install location or choose your own, and click Next.
15) The Intel Hardware Accelerated Execution Manager (HAXM) Setup Wizard appears. Click Next for the next three screens, and then click Finish.
16) Reboot if asked to.
Installation is now complete. Next is to start working with some of the Sample Projects, like Making a Custom Watch Face
.
.
error
Breach said:
Simple step by step tutorial for installing the Tizen SDK for Wearables
1) Go to http://developer.samsung.com/
2) Select Development Tools for Samsung Gear.
3) Under the SDK portion of the table, select Tizen SDK for Wearable.
4) Before downloading the files, choose a target location. This will make locating the files easier later on.
5) Under Tizen SDK for Wearable 1.0.0b2, in the Install Manager column, select and download the install bin or exe file for your development environment. This file is approximately 4 MB.
6) Under SDK Image, select and download the matching SDK Image. This file is approximately 560MB.
7) Double-click the Install Manager (the 4MB file). The Tizen Window for SDK appears, saying “Cannot start Tizen SDK for the Wearable Install Manager” and “Cannot find repository. Please check your repository (http://)”
8) Click on the Advanced button.
9) Select the SDK Image radio button (bottom half of the screen), and click on the open folder icon to the right.
10) Locate the SDK Image (~560MB), select it, and click Open. This is where having a predetermined download target can be very helpful. The file unzips and takes you back to the previous screen. Click OK.
11) This takes you back to the Tizen Window for SDK, except now you have no warning, and a Next button. Click the Next button.
12) The EULA appears, read and accept the EULA by clicking Next.
13) Install type is Typical. Click Next.
14) Accept the default install location or choose your own, and click Next.
15) The Intel Hardware Accelerated Execution Manager (HAXM) Setup Wizard appears. Click Next for the next three screens, and then click Finish.
16) Reboot if asked to.
Installation is now complete. Next is to start working with some of the Sample Projects, like Making a Custom Watch Face
.
.
Click to expand...
Click to collapse
I am getting a message "Cannot execute java even if it was installed. Check environment variables or java version (over 1.6) please" I updated my java to the current version but still keep getting that message. Do you know how to fix it?? Also thank you for your post.
TRook45 said:
I am getting a message "Cannot execute java even if it was installed. Check environment variables or java version (over 1.6) please" I updated my java to the current version but still keep getting that message. Do you know how to fix it?? Also thank you for your post.
Click to expand...
Click to collapse
Are you installing the Java JDK? Or just the Java SE?, You will need the Java JDK installed,
http://www.oracle.com/technetwork/java/javase/downloads/jdk-7-netbeans-download-432126.html
Once installed, you will probably want to put it into your Environmental Variables.. Just right click on the "This PC" icon on your desktop. Then click 'Properties' and then 'Advanced System Settings', then click the [Enviromental Variables] button. Scroll down until you find PATH. It should have a several paths, add the following to the beginning... C:\Program Files\Java\jdk1.7.0_51\bin; (Note that this path will depend on where you installed the Java JDK and the version)
You can save it. To test it.. Open a CMD Prompt and type javac and if you get an error, something didn't work.
Got most of the way through but when installing Intel HAEM it says not enabled. Reading up it says most likley not compatible but running I5 3.2 so should do, any thoughts
edit: ok seems like I have to switch on VT-x in Bios, strange why it is off seems should be on by default
jeffnz said:
Got most of the way through but when installing Intel HAEM it says not enabled. Reading up it says most likley not compatible but running I5 3.2 so should do, any thoughts
edit: ok seems like I have to switch on VT-x in Bios, strange why it is off seems should be on by default
Click to expand...
Click to collapse
Just saw your reply, glad you got it working.
Breach said:
Simple step by step tutorial for installing the Tizen SDK for Wearables
10) Locate the SDK Image (~560MB), select it, and click Open. This is where having a predetermined download target can be very helpful. The file unzips and takes you back to the previous screen. Click OK.
11) This takes you back to the Tizen Window for SDK, except now you have no warning, and a Next button. Click the Next button.
12) The EULA appears, read and accept the EULA by clicking Next.
13) Install type is Typical. Click Next.
14) Accept the default install location or choose your own, and click Next.
15) The Intel Hardware Accelerated Execution Manager (HAXM) Setup Wizard appears. Click Next for the next three screens, and then click Finish.
16) Reboot if asked to.
Installation is now complete. Next is to start working with some of the Sample Projects, like Making a Custom Watch Face
.
Click to expand...
Click to collapse
Sorry to bug you with a question:
When installing the TSDKW, I get through step 10 without problems. At 10 I get stuck in an install loop for the SDK. . .
After I select and let the install program parse the sdk.zip file I get the OK, button.
I press it, but am sent back to the Wearable Install Manager -- with radio button choice "Install the new Tizen SDK for Wearable version" (again).
My only option is to select "advanced" button on the right side of the dialogue box, and then I am put me back at the advanced config menu to select the SDK zip. . . running it again puts me back to the same advanced config box -no EUSA or anything. .
Sort of a do-loop. . .
Have you seen this before? is it common, or should I re-download and start over.
(I am using win64 version home premium)
thanks in advance!
markbc01 said:
Sorry to bug you with a question:
When installing the TSDKW, I get through step 10 without problems. At 10 I get stuck in an install loop for the SDK. . .
After I select and let the install program parse the sdk.zip file I get the OK, button.
I press it, but am sent back to the Wearable Install Manager -- with radio button choice "Install the new Tizen SDK for Wearable version" (again).
My only option is to select "advanced" button on the right side of the dialogue box, and then I am put me back at the advanced config menu to select the SDK zip. . . running it again puts me back to the same advanced config box -no EUSA or anything. .
Sort of a do-loop. . .
Have you seen this before? is it common, or should I re-download and start over.
(I am using win64 version home premium)
thanks in advance!
Click to expand...
Click to collapse
I'd verify the MD5 Checksum or download again.
.
Thanks, I'll do that, and also try to download the watch sdk on my Mac...
...from the xda premium app. who knows which Rom...
Can anyone help installing on linux mint 16? Thanks
Breach said:
Simple step by step tutorial for installing the Tizen SDK for Wearables
1) Go to http://developer.samsung.com/
2) Select Development Tools for Samsung Gear.
3) Under the SDK portion of the table, select Tizen SDK for Wearable.
4) Before downloading the files, choose a target location. This will make locating the files easier later on.
5) Under Tizen SDK for Wearable 1.0.0b2, in the Install Manager column, select and download the install bin or exe file for your development environment. This file is approximately 4 MB.
6) Under SDK Image, select and download the matching SDK Image. This file is approximately 560MB.
7) Double-click the Install Manager (the 4MB file). The Tizen Window for SDK appears, saying “Cannot start Tizen SDK for the Wearable Install Manager” and “Cannot find repository. Please check your repository (http://)”
8) Click on the Advanced button.
9) Select the SDK Image radio button (bottom half of the screen), and click on the open folder icon to the right.
10) Locate the SDK Image (~560MB), select it, and click Open. This is where having a predetermined download target can be very helpful. The file unzips and takes you back to the previous screen. Click OK.
11) This takes you back to the Tizen Window for SDK, except now you have no warning, and a Next button. Click the Next button.
12) The EULA appears, read and accept the EULA by clicking Next.
13) Install type is Typical. Click Next.
14) Accept the default install location or choose your own, and click Next.
15) The Intel Hardware Accelerated Execution Manager (HAXM) Setup Wizard appears. Click Next for the next three screens, and then click Finish.
16) Reboot if asked to.
Installation is now complete. Next is to start working with some of the Sample Projects, like Making a Custom Watch Face
.
.
Click to expand...
Click to collapse
I followed all your steps (I believe) and the sdk installed.
I also installed the usb drivers from:
>.2. Install Samsung Drivers
>a.*http://developer.samsung.com/android...er-for-Windows
but when I type in my cmd window "sdb devices" it does not list any....
what am I doing wrong?
nrseife said:
I followed all your steps (I believe) and the sdk installed.
I also installed the usb drivers from:
>.2. Install Samsung Drivers
>a.*http://developer.samsung.com/android...er-for-Windows
but when I type in my cmd window "sdb devices" it does not list any....
what am I doing wrong?
Click to expand...
Click to collapse
Is your watch dock snapped onto the watch and usb plugged into that?
Is USB Debugging enabled on your watch?
Yes I have turned on usb debugging on my gear2 (in Settings/Gear Info).
and I can see it in File Explorer...when connected to my laptop...
nrseife said:
Yes I have turned on usb debugging on my gear2 (in Settings/Gear Info).
and I can see it in File Explorer...when connected to my laptop...
Click to expand...
Click to collapse
Are there any errors in your Device Manager on your pc/laptop?
You can try trouble shooting using this link..
https://developer.tizen.org/blogs/s...me-your-new-tizen-sdp-drivers-and-certificate
.
I just can't seem to get this installed. It gets to the Intel HAXM installation and fails because I am running an AMD 1090T, which is clearly not supported. Does that mean I can't use the IDE at all on my machine? Would installing a virtual machine of linux and going that route work on the same hardware or is that going to still look for HAXM to be installed? Any help would be greatly appreciated... I finally got past the Java errors to end up getting stuck now. It fails with a fatal error that the certification generator failed or something along those lines.
I installed everything again, on a different machine (home PC). Another Intel cpu based machine.
Well, this time the installer failed to unpack a package shortly after my Anti Virus protection (Kaspersky) complained that ansicon.exe (which is installed by the sdk installer) cotains a Trojan pgr....anybody seen that?
Anyway, I now can (despite the installer not finishing properly) see the Gear2 via "sdb devices" and push wgt apps!
Success I guess....just a bit nervous about that warning by Kaspersky....
Sent from my GT-N5110 using xda premium
jwcurry83 said:
I just can't seem to get this installed. It gets to the Intel HAXM installation and fails because I am running an AMD 1090T, which is clearly not supported. Does that mean I can't use the IDE at all on my machine? Would installing a virtual machine of linux and going that route work on the same hardware or is that going to still look for HAXM to be installed? Any help would be greatly appreciated... I finally got past the Jjava errors to end up getting stuck now. It fails with a fatal error that the certification generator failed or something along those lines.
Click to expand...
Click to collapse
I'm in a similar situation except my Intel processor isn't HAXM compatible. :|
Sent from my SCH-I605 using Tapatalk
No devices shown
I seem to have the bases all covered:
I followed all the steps, the sdk for wearables is installed.
All devices picked up valid drivers (nothing wrong in device manager)
Computer sees the Gear 2 just fine (see it in My Computer)
Emulator working, I developed a watchface and saved the file to sideload.
Put the watch in Debug mode.
Everything seems to work fine, but when I use the command "sdb devices"
all I get is "List of devices attached", but no devices listed and NO errors.
All seems right, but why no devices (watch) showing?
Edit: Found solution. All looked good in Device Manager, all drivers looked good, but when I pressed "Update Driver Software" (online), a new driver was found, installed, and now the device is shown when using "sdb devices"
akwaman said:
I seem to have the bases all covered:
I followed all the steps, the sdk for wearables is installed.
All devices picked up valid drivers (nothing wrong in device manager)
Computer sees the Gear 2 just fine (see it in My Computer)
Emulator working, I developed a watchface and saved the file to sideload.
Put the watch in Debug mode.
Everything seems to work fine, but when I use the command "sdb devices"
all I get is "List of devices attached", but no devices listed and NO errors.
All seems right, but why no devices (watch) showing?
Edit: Found solution. All looked good in Device Manager, all drivers looked good, but when I pressed "Update Driver Software" (online), a new driver was found, installed, and now the device is shown when using "sdb devices"
Click to expand...
Click to collapse
Useful bit of information. Glad you got it working.
.
sdk of tizen wearable 2.2.150 wont install
Breach said:
Are you installing the Java JDK? Or just the Java SE?, You will need the Java JDK installed,
http://www.oracle.com/technetwork/java/javase/downloads/jdk-7-netbeans-download-432126.html
Once installed, you will probably want to put it into your Environmental Variables.. Just right click on the "This PC" icon on your desktop. Then click 'Properties' and then 'Advanced System Settings', then click the [Enviromental Variables] button. Scroll down until you find PATH. It should have a several paths, add the following to the beginning... C:\Program Files\Java\jdk1.7.0_51\bin; (Note that this path will depend on where you installed the Java JDK and the version)
You can save it. To test it.. Open a CMD Prompt and type javac and if you get an error, something didn't work.
Click to expand...
Click to collapse
i have done everything according the manual changed the path to java and when i type in the cmd javac it works , but i installed java jdk_8u5-nb-8-windows64.exe and still it gives me enviremental errors or at least java 1.6 must be installed , so i installed the latest version and still no result , what am i doing wrong ?? what did i miss ?
Have you installed Java JDK? Or just the Java SE?, You will need the Java JDK installed.

[TOOL] gibadb: Easily install adb and fastboot with one command (cross-platform!)

Hey everybody,
I got tired of having to manually install the Android SDK on every platform, so I built this tool.
You can think of it as a cross-platform spiritual successor to Minimal ADB and Fastboot that's always up-to-date.
It installs the base Android SDK along with the latest platform tools directly from Google's servers with one command.
As it installs the SDK, the platform tools can be updated at any time with sdkmanager.
GitHub - hacker1024/gibadb: A tool to easily install the Android SDK command-line and platform tools.
A tool to easily install the Android SDK command-line and platform tools. - GitHub - hacker1024/gibadb: A tool to easily install the Android SDK command-line and platform tools.
github.com
What's the benefit to just downloading platform-tools from google?
https://forum.xda-developers.com/t/tool-minimal-adb-and-fastboot-2-9-18.2317790/post-84252975
@aIecxs
This tool also downloads a minimal version of the Android SDK, which can be used to update the platform tools later on.
It also extracts them for you, tells you what to add to your path, and, on Windows, opens up the path settings.
theOriginalSuperl2 said:
@aIecxs
...........it also extracts them for you, tells you what to add to your path, and, on Windows, opens up the path settings.
Click to expand...
Click to collapse
II installed gibadb but cannot find the path to it. i ran gibadn command into cmd, it can't find it. What is the installation path to define it in the variables ?

Categories

Resources