一,依赖冲突 All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 28.0.0, 27.1.1. Examples include com.android.support:animated-vector-drawable:28.0.0 and com.android.…
1.Failed to import new Gradle project: Could not install Gradle distribution from'http://services.gradle.org/distributions/gradle-1.6-bin.zip'. 问题原因:中国连接gradle的地址被强了 解决方案:修改android studio设置Http Proxy->Auto-detect proxy settings 2.编译时报错“Compilation co…
本片博客会记录关于Android开发工具Android Studio出错的那些问题,包括导入项目编译失败.时间过长,莫名其妙的歇菜等等... 问题 3facets cannot be loaded.You can mark them as ignored to suppress this error notification.解决:Stack Overflow参考链接 Unable to access Android SDK add-on list解决:Stack Overflow参考链接 ma…
1.android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" --> 在Activity中设置,表示既没有标题栏,也没有状态栏(显示电量等) --> 使用Android Studio的时候,新建一个Activity的时候,默认是AppCompatActivity,它是属于Activity的一个子类,这样的话会报出错误信息:You need to use a Theme.AppCompat…
1. 编译时出现/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../libz.so when searching for -lz PLATFORM_VERSION_CODENAME=AOSPPLATFORM_VERSION=AOSPTARGET_PRODUCT=genericTARGET_BUILD_VARIANT=engTARGET_SIMULATOR=TARGET_BUILD_TYPE…