gpt4 book ai didi

找不到android studio 3.2默认 Activity

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:48:34 31 4
gpt4 key购买 nike

最近我将我的 android studio 更新到 3.2,但是当打开旧项目时我收到错误消息“找不到默认 Activity ”

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.qualifiedapps.birthdaywishes">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

最佳答案

给定的解决方案都不适合我。对我有用的是:

  • 退出 Android Studio
  • 找到 AndroidStudio3.2(或任何你的版本)文件夹
  • 转到AndroidStudio3.2 -> 系统 -> 缓存
  • 删除那个文件夹
  • 重启 Android Studio

它会重新索引你的文件,这样就可以了

关于找不到android studio 3.2默认 Activity ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52640863/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com