# android-platform-knife **Repository Path**: source-code-sync/android-platform-knife ## Basic Information - **Project Name**: android-platform-knife - **Description**: fork from https://github.com/kiddlu/android-platform-knife - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: android-L - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-22 - **Last Updated**: 2024-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##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