We do not officially support the armhf platform for the SDK tools.
Depending on what you want to achieve, you might be able to build some of the tools manually yourself.
For the C-based ones, you'll probably need to edit the makefiles and the header definitions to provide the appropriate platform constants. For thinks like AAPT that should be easy.
For the Java-based ones, it all depends on whether you can find a JDK for it.
Some people might have unofficially done that already, e.g.
this little gem, so it's doable.
R/
On Mon, Dec 10, 2012 at 10:57 PM, Alexander Tsarkov
<snake...@gmail.com> wrote:
I am using Ubuntu 12.04 on my Asus TF700T tablet and I want to use Android SDK on it, but there is no armhf version.I am going to build it on my device as it is described here
http://tools.android.com/build but wil I succeed? Or is there another way to get working arm version of SDK?