android_studio集成常用问题

1、解决Android Studio加载第三方jar包,出现包重复加载的问题:

http://www.2cto.com/kf/201502/377383.html

2、android studio 里面怎么把一个普通的module变为library类型的,我用的是1.0.1版本,和之前网上的有区别

把你module下面的build.gradle中的apply plugin后方的值改为'com.android.library',然后重新build一下应该就会自动转换成android library

3、Android Studio常见问题 -- AndroidManifest.xml 覆盖问题

http://www.cnblogs.com/kangyi/p/4409221.html

4、Android问题集锦之二十八:You need to use a Theme.AppCompat theme (or descendant) with this activity

http://blog.csdn.net/lincyang/article/details/42673151

你可能感兴趣的:(android_studio集成常用问题)