/***传入一个文件**/private void installApk(File file) { Intent intent = new Intent(); intent.setAction("android.intent.action.VIEW"); //intent.setD... Read More
posted @ 2015-05-19 13:01 一种武器 Views(436) Comments(0) Diggs(1)
直接将jar包拷贝到app/libs下(我使用的是afinal jar包),然后在app下的build.gradle中添加此jar的依赖。dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'c... Read More
posted @ 2015-05-19 12:51 一种武器 Views(341) Comments(1) Diggs(0)