
android studio
先验
菜鸟,很菜的那种
展开
-
(笔记)Error while waiting for device: The emulator process for AVD Pixel_4a_API_32
Error while waiting for device: The emulator process for AVD Pixel_4a_API_32原创 2022-11-03 15:34:07 · 1139 阅读 · 1 评论 -
Android Studio各个版本下载地址(要梯子)
https://developer.android.com/studio/archive原创 2022-09-27 21:36:05 · 1096 阅读 · 0 评论 -
(笔记)Build was configured to prefer settings repositories over project repositories but 解决方法
把module下的build.gradle文件的repository删掉。原创 2022-07-20 17:11:22 · 3492 阅读 · 0 评论 -
(笔记)ideavim和ide冲突解决方法
android studio ideavim原创 2022-07-13 09:09:28 · 696 阅读 · 0 评论 -
(笔记)Binary XML file line #44: Error inflating class ImageView解决方法
上次解决了,但是老是忘,就做个笔记记录下解决方法:把ImageView用src属性指定的资源文件从drawable-24复制到drawable文件夹下,需要切换到Project模式。原创 2021-04-22 14:57:20 · 523 阅读 · 0 评论 -
(笔记)NDK is missing a “platforms“ directory. If you are using NDK, verify the ndk.dir is set to a val
一、问题NDK 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 D:\AndroidStudioSDK\ndk-bundle.If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local原创 2021-02-24 12:35:48 · 10191 阅读 · 3 评论 -
Failed to find Build Tools revision 28.0.3「a href=“install.sdk.package”」ins的解决方案
1.打开Preferences——>Appearnce&Behaviro——>Android SDK2.点击右下角的Show Package Details就会展开Android SDK Build-Tools选中你想下载的版本就好了希望能帮到你。原创 2020-07-09 21:32:43 · 1033 阅读 · 0 评论 -
error: resource android:attr/fontVariationSettings not found.error: resource android:attr/ttcIndex
解决方案:将targetSdkVersion和compileSdkVersion 改为 28 改完同步之后可能会出现有红色波浪线,这是因为版本不一样导致的将版本号改为28.0.0-rc02 如果还报有以下的错误,底下是答案和链接:Error: Attribute application@appComponentFactory value=(a...原创 2019-02-01 15:52:55 · 10730 阅读 · 0 评论 -
关于NavigationView控件中没有layout_gravity属性提示
<android.support.design.widget.NavigationView android:id="@+id/nv_main_navigation" android:layout_width="wrap_content" android:layout_height="match_parent" andr...原创 2018-10-26 00:40:55 · 2087 阅读 · 3 评论 -
Unknown host 'services.gradle.org'. You may need to adjust the proxy settings in Gradle.
File ——> Settings ——> Appearance & Behavior ——> System Settings ——> HTTP Proxy 选中 Auto-detect proxy settings Like this:原创 2018-09-26 23:09:47 · 8545 阅读 · 1 评论