Android Studio 错误大全
文章平均质量分 51
旺仔大牛
专注Android、Flutter开发,偶尔涉猎web、后端
展开
-
解决AGP升级到8.0后编译报错kaptGenerateStubsDebugKotlin
升级了Gradle插件到8.0,报错kaptGenerateStubsDebugKotlin.原创 2024-04-17 11:29:20 · 1617 阅读 · 0 评论 -
解决Android、Flutter编译时Gradle报错:javax.net.ssl.SSLException: Connection reset
解决Exception in thread "main" javax.net.ssl.SSLException: Connection reset原创 2022-11-17 12:19:55 · 3154 阅读 · 0 评论 -
Android编译打包报错Invalid keystore format
debug.keystore是Android项目自动生成的keystore,用于给测试阶段的app签名。如果出现问题,重新生成一个即可。原创 2022-09-14 13:54:56 · 9961 阅读 · 0 评论 -
Flutter和Android中覆盖gradle中的repositories仓库地址
Android项目中都会用到三方依赖,但是从2022开始,jcenter仓库已经被废弃,如果新项目引用了一些老的三方库,库中如果还是使用jcenter解决依赖的话,就可能在运行或者编译时出现从jcenter下载依赖失败的情况。......原创 2022-08-10 17:32:06 · 8904 阅读 · 0 评论 -
Android Studio创建JKS签名遇到的坑
Android Studio创建应用签名时,会碰到各种各样的错误。在此记录一下解决过程。原创 2022-08-01 17:41:58 · 4967 阅读 · 0 评论 -
解决Idea报错出现Git is not installed
有时候打开Idea或者Android Studio时,会出现以下错误提示,这是idea的bug,无法识别git。然后发现内置的git也不能识别项目的log信息了。打开设置,选择Version Control->Git点击Test如果git目录没错的话,点击test以后下面会出现Git版本的提示。如果不能正确显示git的版本,说明目录不对,手动选择正确的git目录即可。最后查看git的log,发现能正常显示了,同时也能正常pull和push了。...原创 2022-07-11 17:09:09 · 35813 阅读 · 1 评论 -
Android编译出现Warning: Mapping new ns to old ns的解决方案
Android项目编译时出现警告Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01原创 2022-06-16 16:51:38 · 28963 阅读 · 11 评论 -
解决Manifest merger failed : android:exported needs to be explicitly specified for <activity>
文章目录出错场景解决方案出错场景运行一个老项目,编译时报以下错误Execution failed for task ':app:processDebugMainManifest'.> Manifest merger failed : android:exported needs to be explicitly specified for <activity>. Apps targeting Android 12 and higher are required to specify原创 2022-03-03 00:02:40 · 33368 阅读 · 4 评论 -
解决Android运行出现NDK at /Library/Android/sdk/ndk-bundle did not have a source.properties file
问题描述将其他项目导致自己的电脑上运行时,出现以下编译错误。Execution failed for task ':app:stripDebugDebugSymbols'. > NDK at /Users/ado/Library/Android/sdk/ndk-bundle did not have a source.properties file解决方案项目使用了NDK项目使用了NDK,但是没有安装ndk,那就先在Preferences->Appearance & Beha原创 2021-10-17 02:03:49 · 27634 阅读 · 3 评论 -
解决Android Studio编译提示NDK is missing a “platforms“ directory
问题场景最近帮朋友改一个网上买的音视频社交项目,导入Android Sdutio后编译一直提示以下错误。> Configure project :OpenGLlibraryNDK is missing a "platforms" directory.If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /Users/ado/Library/Android原创 2021-09-04 16:17:14 · 2388 阅读 · 0 评论 -
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher
升级Gradle到最新版本后,编译提示以下错误.ERROR: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher.The following dependencies do not satisfy the required version:root project 'My...原创 2019-08-05 17:48:35 · 6403 阅读 · 0 评论 -
android studio cannot resolve symbol
有时候Android Studio 同步时会莫名奇妙地遇到这个错误。以下是我的解决方案在Android Studio最上面的菜单中,点击File,选择invalidate Caches/Restart会弹出以下对话框,选择invalidate and Restart接着Android Studio会自动关闭,并重新打开尝试修复错误。...原创 2019-03-31 16:21:56 · 527 阅读 · 0 评论 -
More than one file was found with OS independent path 'lib/armeabi/libijkbjffmpeg.so'
场景Android Studio运行项目时,会看到以下错误More than one file was found with OS independent path 'lib/armeabi/libijkbjffmpeg.so'原因多个依赖库中在lib目录包含了相同的so文件.解决方法在主工程的build.gradle中,android{}中创建packagingOptions.a...原创 2019-03-22 14:11:24 · 1713 阅读 · 0 评论 -
Android Studio resource linking failed
场景Android Studio升级到3.2.1后,不知道是谁改了哪个module的依赖库版本号,build时出现以下错误Android resource linking failedOutput: /Users/dujuncan/AndroidStudioProjects/bjsdk/live-app-android/app/build/intermediates/incremental...原创 2019-03-13 11:52:11 · 2658 阅读 · 0 评论 -
【Android Studio】Suggestion: use tools:overrideLibrary="xxx.xxxx"
###错误场景在项目中,导入其他moule后,编译时提示以下错误。Manifest merger failed : uses-sdk:minSdkVersion 14 cannot be smaller than version 16 declared in library [xxx.xxx]/xxx/xxx/AndroidManifest.xml 。Suggestion: use tools...原创 2018-10-22 01:15:34 · 2005 阅读 · 0 评论 -
Out of memory on a 11111-byte allocation
在android中加载图片或者一个界面有很大的数据需要处理,经常会出现这种情况。解决方法:打开androidmanifest.xml 在application节点,增加一个属性:largeHeap=”true”。<application android:name=".DemoApplication" android:allowBackup="true" android:ic原创 2016-09-12 15:38:43 · 855 阅读 · 0 评论 -
java.lang.IllegalStateException: Could not find method onClickcrea(View) in a parent or ancestor Con
java.lang.IllegalStateException: Could not find method startChat(View) in a parent or ancestor Context for android:onClick attribute defined on view class android.widget.Button with id 'Button'原创 2016-09-13 14:56:45 · 9634 阅读 · 0 评论 -
Cannot get property 'versionCode' on extra properties extension as it does not exist
有时候我们在网上下载三方库后,导入到AS中,会提示以上错误。 点击open file,AS会自动定位到产生错误的位置. 这是因为引入的三方库的build.gradle中会根据我们项目build.gradle的ext{}中定义的数据进行配置。如果我们项目中没有定义,就会出现这个错误。解决方法打开项目的build.gradle。 新建一个ext{},在里面定义三方库需要引用的变量。ext{原创 2016-08-26 02:21:32 · 7401 阅读 · 5 评论 -
androidstudio无法启动,Failed to create a child event loop
今天一打开AndroidStudio,就感觉不正常,没有显示进度条,然后报以下的错误。java.lang.IllegalStateException: failed to create a child event loop at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecu原创 2016-05-17 09:20:39 · 3711 阅读 · 2 评论 -
as报错:Exception raised during rendering: com/android/util/PropertiesMap (Details)
错误如下:原因:这是因为我们选择的预览api版本太高。我这里用的是api24,所以会显示不出来预览。解决方法:选择api24以下的版本就能正常预览了。原创 2016-11-04 14:19:07 · 381 阅读 · 0 评论 -
This app has been built with an incorrect configuration. Please configure your build for VectorDrawa
原因:依赖的三方module需要更高的gralde版本。解决方法:将项目根级的build.gradle打开 ,修改com.android.tools.build.gradle版本设置为2.0或以上。转载 2016-11-05 02:35:12 · 875 阅读 · 0 评论 -
java.lang.unsatisfiedlinkerror解决方法
有时候我们接入第三方sdk的时候,同时导入了一些so库。编译运行后发生会报以下异常。java.lang.unsatisfiedlinkerror。 解决方法在主工程app的build.gradle中加入以下代码。作用是指定so库的位置。android { ............ sourceSets{ main{原创 2018-02-06 16:49:38 · 4246 阅读 · 0 评论 -
Android Studio 错误大全
以下错误都是本人开发中遇到的,解决后并整理。遇到新的错误,并即时加进来。问题:failed to find Build Tools revision xx.x.x原因:导入项目的build.gradle中的build tool version在本地没有这个版本的。 解决方法:修改成本地已经存在的build tool version版本号。问题:Gradle sync fa...原创 2016-08-24 22:01:54 · 9200 阅读 · 0 评论 -
Invoke-customs are only supported starting with Android,Static interface methods are only supported
问题1 Invoke-customs are only supported starting with Android O (–min-api 26) Message{kind=ERROR, text=Invoke-customs are only supported starting with Android O (–min-api 26), sources=[Unknown source ...原创 2018-08-09 09:57:33 · 13724 阅读 · 9 评论 -
Program type already present: android.support.v13.view.DragAndDropPermissionsCompat
这是因为三方库或者module之间V13支持库冲突了。解决方法 在主工程的build.gradle的dependencies中添加以下代码configurations { all*.exclude group: 'com.android.support', module: 'support-v13'}比如dependencies { config...原创 2018-08-06 19:15:25 · 2803 阅读 · 0 评论 -
Android dependency has different version.You should manually set the same version via DependencyReso
有时候导入一些module时,会出现以下问题Android dependency 'com.android.support:support-v4' has different version for the compile (23.3.0) and runtime (25.4.0) classpath. You should manually set the same version vi...原创 2018-08-27 13:02:49 · 4038 阅读 · 2 评论 -
[Android Studio]please select android sdk
有时候导入一个Android项目后,运行时会出现以下提示。看提示,原因是没有检查到Android SDK.但是SDK是没问题的。最后google了一下,成功解决。1.方法1点击File,Sync Project With Gradle Files.2.方法2点击工具栏中的同步图标等Gradle同步完成后,再次运行项目就可以成功运行了。...原创 2018-10-22 00:56:07 · 343 阅读 · 0 评论 -
9-patch image ....9.png malformed
这是因为.9的图片只设置了一侧的edge,as会检查.9.png。只要把另外一个边补上了,就不会报这个错误了原创 2016-09-12 12:46:00 · 751 阅读 · 0 评论