摘要:
1.jar 打包 jar cvf XXX.jar XXX.class jar -help (1) cmd: (2) file: (3) code public class testJar1{ public static void func1(){ System.out.println("Msg:fu 阅读全文
摘要:
Move the <uses-permission> elements outside of <application>. They need to be immediate children of the root <manifest> element. 不然就会出现crush! 不用申请权限,改 阅读全文