SDK tools - General Questions and Answers

i a newbie developer and im learing how to develop applications from developer.android.com and it keeps telling things like Create a Project with Command Line Tools and i dont know where is the Command Line Tools which i enterthe commands i want

android app

Related

[Q] How to create GUI with command line tools (ADB + Windows)

I've created a batch application using a lot of command line tools for Windows (e.g ADB, 7za)
And now I'm trying to create a GUI for it, but I have no idea where to start, what application to build it in and how to implement command line tools into it.
Here is my batch application if anyone is interested in having a look: ThemePro
I was hoping someone could help me out or point me in the right direction.
I have small VB knowledge

[Q] Android SDK Command Line

Hello people! I just want to know how to write in the command line that appears when I run the Android SDK program. I try to write something in it, but nothing happens. Thanks for anyone's reply.

[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] Enter Tizen commands using Ubuntu 12.4 Terminal

I am not really a deveoper and not really that good with Linux or Android terminal commands, but I can do them when I need to. There are so many android apps that I rarely use terminal commands. Gear 2 on the other hand has recovery modes or custom ROMs that I am aware of. It uses the propritary app "Gear Manger", doesn't offer a whole lot of choices in customization. I am wondering what are the most minimal developer's tools that I would need enter Tizen commands to the kernel. I am hoping its possible to just use a terminal window on Ubuntu 12.4 perform it OTA. is it possible to use the terminal window to enter Tizen commands to my Samsung Gear2?

[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