tool.context中未解决的类

时间:2019-08-16 04:00:03

标签: java android android-studio

创建新项目时出现错误

  

“ 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">

1 个答案:

答案 0 :(得分:0)

您在packageapplicationId文件中的AndroidManifest.xmlbuild.gradleActivity的包结构相同吗?

那是com.example.android.myapplication吗?