fcec模拟器linux,Android Studio无法编译

本文讲述了Mac用户遭遇Android Studio自动关机并无法打开项目的问题,提供了通过删除相关文件、关闭Instant Run特性来解决的步骤。还提到新版本检查特性导致的错误及相应解决办法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Android Studio突然出现自动关机的现象,在MAC上.

当连接手机时,OSX 经常会自己崩溃重启,很是头疼.重启几次后,竟然无法正常打开项目,找不到Android Sdk,也未到找设置路径方法.无奈之下重装

Android重装方法(Mac)

1/执行这些命令在命令行rm -Rf /Applications/Android\ Studio.app

rm -Rf ~/Library/Preferences/AndroidStudio*

rm ~/Library/Preferences/com.google.android.studio.plist

rm -Rf ~/Library/Application\ Support/AndroidStudio*

rm -Rf ~/Library/Logs/AndroidStudio*

rm -Rf ~/Library/Caches/AndroidStudio*

2/如果你想删除全部项目rm -Rf ~/AndroidStudioProjects

3/删除gradle关联文件 (caches & wrapper)rm -Rf ~/.gradle

4/删除模拟器rm -Rf ~/.android

5/删除android 工具rm -Rf ~/Library/Android*

安装完毕后,运行报错,UnsupportedMethodException

Unsupported method: AndroidProject.getPluginGeneration().

The version of Gradle you connect to does not support that method.

To resolve the problem you can change/upgrade the target version of Gradle you connect to.

Alternatively, you can ignore this exception and read other information from the model.

出现这个问题的原因是新版本的Android Studio会检查“ Instant Run” 这个特性,所以解决办法就是关掉这个检查。

Windows & Linux:File -> Settings -> Build, Execution, Deployment -> Instant Run.

Mac:Android Studio -> Preferences -> Build, Execution, Deployment -> Instant Run.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值