trevd / android-platform-knife

Android Platform Knife is android platform tools standalone version for Linux / Darwin / Cygwin / Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Android Platform Knife

This is an almost dead project, just for personal debug use.

I think you should use Ubuntu desktop since Android native arch changed so fast and a lot


How to build?

cd android-platform-knife/
make -f Makefile.$(your-platform) CROSS_COMPILE=$(if-you-need)
find what you build in ./output/bin/

How to use?

cp all ./output/bin/* to your PATH

or you can use my prebuild

on Linux:
source ./setenv.sh

on Windows:
.\setenv.bat

About

Android Platform Knife is android platform tools standalone version for Linux / Darwin / Cygwin / Windows


Languages

Language:Shell 50.8%Language:C 34.9%Language:C++ 11.2%Language:Assembly 1.3%Language:Batchfile 0.9%Language:Makefile 0.7%Language:Java 0.2%Language:Python 0.1%