Android 2.1 SDK Out Now - Hero, G2 Touch General

I had a twitter message from HTC saying that the SDK was out now.
Heres a link http://ow.ly/VkJa
Its available to download now through the SDK manager.

Related

vista home prem 64bit and sdk compatibility issues?

Is there something I forgot to do beyond the instructions in the dev resources for installation on the android sdk site?
I went through a couple of the test projects to get a feel for it, and keep getting execution fc's in the emulator, exported everything to my laptop(vista 32bit) and no problems.
Have reinstalled the sdk, eclipse and java on my desktop machine but no help. Any thoughts?
Weird question, but have you set the SDK version when you created the project? Happends when you are in a hurry!

Quick start with Android Dev on Eclipse

Since i follw some development groups on google, I found an interesting post, might be worth to share, see the pasted content, credits go to [email protected] (whoever that is)
I have created a few plugins that enable quicker start with
development of Android application.
As follows are steps:
1) install "Eclipse IDE for Java Developers" (Helios SR1) from
http://www.eclipse.org/downloads/
2) install the Android ADT installer using the
http://adt-addons.googlecode.com/svn/trunk/installer/com.android.ide.eclipse.installer.update/
update site
It will install ADT features and other required reatures.
When you restart Eclipse, you will get dialog which enable you that
install SDK Tools and Platform SDK easily.
3) If you want to see the source code when debugging an Android
application, install the Android Sources feature using the
http://adt-addons.googlecode.com/svn/trunk/source/com.android.ide.eclipse.source.update/
update site
Note: this plugin is about 100MB size
4) start the "Hello, world" cheat sheet with Help>Android
Development>Hello, world
For more details you can make look at http://code.google.com/p/adt-addons/.

Problem with ADT Plugin for Eclipse

I've googled my butt off. Any help is appreciated. I've been following the directions here:
http://developer.android.com/sdk/installing.html
I have downloaded the entire android SDK. There is absolutely nothing that it will let me download. I have all the versions of environments, etc. I have JDK already installed (latest version.)
When I run eclipse and attempt to download the "Developer Tools" ADT plugin with "help->install new software", it says this:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 10.0.1.v201103111512-110841 (com.android.ide.eclipse.adt.feature.group
Click to expand...
Click to collapse
Any ideas on what I'm missing?
nm. for some reason eclipse didn't have the default repositories programmed in already.

4.2.2 adb device offline

I have fresh installed N7 3g 4.2.2
adb devices show me "device offline" on Linux.
Do anybody help me solve?
AW: 4.2.2 adb device offline
It's a New security feature: in your device a popup with a hash key should be shown asking you whether you would allow the PC to connect to your device. After accepting that, the device can be accessed from the PC.
Sent from my Nexus 7 using xda app-developers app
AndDiSa said:
It's a New security feature: in your device a popup with a hash key should be shown asking you whether you would allow the PC to connect to your device. After accepting that, the device can be accessed from the PC.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Thank you for answer. But I don't see popup window.
I install TWRP. Then in recovery mode install root access.
Now I can use local shell via android terminal with su.
Code:
setprop ro.adb.secure 0
getprop ro.adb.secure
1
How to change this property?
seting in /system/build.prop didn't help
Solved. Latest adb installed. Popup fingerprint window appeared.
svs57 said:
Solved. Latest adb installed. Popup fingerprint window appeared.
Click to expand...
Click to collapse
sorry for noob question but how you update your adb?
Yeh how do you update adb, is it through sdk manager
Sent from my Nexus 7 using XDA Premium HD app
azfarmiera said:
sorry for noob question but how you update your adb?
Click to expand...
Click to collapse
Download the android adb fastboot files in this thread link and if usb debugging is enabled and you connect your phone to you computer you should get a pop-up on your phone. It worked for me
http://forum.xda-developers.com/showthread.php?t=2144709
Also I think I opened the fastboot.exe and adb.exe files too
I couldn't update through SDK manager, t just kept popping alert that I need dependant lib, so I just uninstalled whole SDK and installed again, worked like a charm.
azfarmiera said:
sorry for noob question but how you update your adb?
Click to expand...
Click to collapse
To update ADB use SDK Manager.
For some reason the SDK Manager does not automatically show the new release versions of Android SDK Tools and Android Platform-Tools, so if the versions of your Android SDK Tools and/or Android Platform-Tools are respectively older than 21.1 and 16.0.1, you will need to first delete them then reload the SDK Manager to get their new release versions to be displayed and available for installation.
Also, it appears that Android Support Libraries (under Extra) is also required for ADB to work, so you should install it as well.
Also, to get ADB-over-WiFi to work, first use ADB-over-USB to the same given PC/Laptop and grant access with "always" box checked.
digixmax said:
To update ADB use SDK Manager.
For some reason the SDK Manager does not automatically show the new release versions of Android SDK Tools and Android Platform-Tools, so if the versions of your Android SDK Tools and/or Android Platform-Tools are respectively older than 21.1 and 16.0.1, you will need to first delete them then reload the SDK Manager to get their new release versions to be displayed and available for installation.
Also, it appears that Android Support Libraries (under Extra) is also required for ADB to work, so you should install it as well.
Also, to get ADB-over-WiFi to work, first use ADB-over-USB to the same given PC/Laptop and grant access with "always" box checked.
Click to expand...
Click to collapse
So is version 21.1 and 16.0.1 the latest of their builds? And if I install those, I will not have a problem with the adb being offline?
Leonhan said:
So is version 21.1 and 16.0.1 the latest of their builds? And if I install those, I will not have a problem with the adb being offline?
Click to expand...
Click to collapse
I use Android Debug Bridge version 1.0.31.
http://developer.android.com/sdk/index.html
http://dl.google.com/android/adt/adt-bundle-linux-x86.zip
Leonhan said:
So is version 21.1 and 16.0.1 the latest of their builds? And if I install those, I will not have a problem with the adb being offline?
Click to expand...
Click to collapse
They are the latest version and solved the problem for me.
Sent from my Nexus 7 using XDA Premium HD app

[TORRENTS] Android SDKs

BitTorrent is great. If I could download everything via BitTorrent (legally I mean) then that would be much better. If then everyone else used BitTorrent that would be great. In a BitTorrent client using the protocol you automatically have checksumming to ensure that there are no errors in the download, you have a download manager with resumable downloads, queueing and so on, what's not to like?
The Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android.
If you're a new Android developer, we recommend you download the ADT Bundle to quickly start developing apps. It includes the essential Android SDK components and a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development.
With a single download, the ADT Bundle includes everything you need to begin developing apps:
Eclipse + ADT plugin
Android SDK Tools
Android Platform-tools
The latest Android platform
The latest Android system image for the emulator
(Description above from: http://developer.android.com/sdk/index.html)
Click to expand...
Click to collapse
I have mirrored all the current SDK bundles and I am sharing them as torrents basically because of what I said above.
Please find the links on my page here: http://www.rorybradford.com/p/android.html
thanks
thanks for this, really looking for this :good:
Thats cool,thx.
-TEAM OPTIMA-GREEEETZ!!!

Categories

Resources