My android SDK is android4.0.4 of the A10 solution. Because the company develops a device based on this platform, it needs to remove the software that comes with android and the software that comes with the manufacturer. To learn how to crop the android apk. The method is relatively simple.
1. apk provided by android. The built-in apk of android is under the folder "android4.0 \ packages \ apps. Remove unnecessary software, and delete the corresponding apk in "/android4.0/out/target/product/crane-evb-v13/system/app. Then re-compile android4.0.4 to crop the apk.
2. the apk provided by the manufacturer. We bought the Development Board, and the factory bound the apk to the Development Board. Remove the bound software. In \ android4.0 \ device \ softwinner \ crane-common \ googleservice, delete the software that comes with the manufacturer, delete the corresponding apk in "/android4.0/out/target/product/crane-evb-v13/system/app. Then re-compile android4.0.4 to crop the apk.
Author: wangjianzhongfj