lyy14777 2022-10-12 09:16 采纳率: 100%
浏览 127
已结题

android studio 下载了一个plugin之后一直卡在启动页面

之前android studio也可以打开,也做过几个程序,但是昨天在一个程序里加了一个csv的文件,上面提示说可以下载一个plugin,点进去了之后重启就一直卡死在启动页面了,正常的退出也退不出去,只能强制退出,昨天有尝试了几个方法

img

  1. 电脑重启
  2. android 卸载重下
  3. 在 directory/bin/idea.properties 里加 disable.android.first.run=true
  4. 有人提示说在把/Library/Application Support/Google/AndroidStudio4.1里的这个文件包删除,但是我甚至没有找到Google这个文件包
    这些我全部试过了,都没有用
    我现在也不知道怎么办了。有没有遇到过这种情况的,可以帮忙给给主意么
  • 写回答

4条回答 默认 最新

  • 游一游走一走 2022-10-12 09:32
    关注

    你是mac的吗?执行下面的命令

    # Deletes the Android Studio application
    # Note that this may be different depending on what you named the application as, or whether you downloaded the preview version
    rm -Rf /Applications/Android\ Studio.app
    # Delete All Android Studio related preferences
    # The asterisk here should target all folders/files beginning with the string before it
    rm -Rf ~/Library/Preferences/AndroidStudio*
    rm -Rf ~/Library/Preferences/Google/AndroidStudio*
    # Deletes the Android Studio's plist file
    rm -Rf ~/Library/Preferences/com.google.android.*
    # Deletes the Android Emulator's plist file
    rm -Rf ~/Library/Preferences/com.android.*
    # Deletes mainly plugins (or at least according to what mine (Edric) contains)
    rm -Rf ~/Library/Application\ Support/AndroidStudio*
    rm -Rf ~/Library/Application\ Support/Google/AndroidStudio*
    # Deletes all logs that Android Studio outputs
    rm -Rf ~/Library/Logs/AndroidStudio*
    rm -Rf ~/Library/Logs/Google/AndroidStudio*
    # Deletes Android Studio's caches
    rm -Rf ~/Library/Caches/AndroidStudio*
    # Deletes older versions of Android Studio
    rm -Rf ~/.AndroidStudio*
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论 编辑记录
查看更多回答(3条)

报告相同问题?

问题事件

  • 系统已结题 10月20日
  • 已采纳回答 10月12日
  • 创建了问题 10月12日

悬赏问题

  • ¥15 做个有关计算的小程序
  • ¥15 MPI读取tif文件无法正常给各进程分配路径
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动
  • ¥20 对于工程问题的非线性数学模型进行线性化