创建新项目时出现错误
“ tool.context =”。MainActiviity中的Unresolver类“ MainActivity”
如果我单击“运行应用程序”,则表明未找到默认活动
试图这样写:tool.context =“ com.example.android.myapplication”,但它仍然报告未找到默认活动。几天前运行良好的项目现在也存在此问题。
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
答案 0 :(得分:0)
您在package
和applicationId
文件中的AndroidManifest.xml
或build.gradle
与Activity
的包结构相同吗?
那是com.example.android.myapplication
吗?