ComponentInfo{com.example.balarajum.kotlin/com.example.balarajum.kotlin.Main2Activity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
at android.app.ActivityThread.perfo
我试图遵循Android的,但是当我创建我的项目时,我会得到以下错误:
class org.jetbrains.kotlin.idea.core.script.configuration.CompositeScriptConfigurationManagercannot be cast to class org.jetbrains.kotlin.idea.core.script.ScriptConfigurationManager (org.jetbrains.kotlin.idea.core.script.configu
Androidstudio一直告诉我构建失败了。我没有使用Kotlin,我所有的代码都是用JAVA编写的。只有当我想要构建/运行项目时,我才会一直收到这个错误。我总是需要删除.gradle文件夹并重启Androidstudio才能让它再次工作。我觉得这不是IDE的问题,因为我已经使用了IDE版本3.1和3.3。我还将Kotlin更新到当前1.2.70的最新版本A problem occurred configurin