我在AndroidStudio中开发并启动了一个应用程序,但它立即关闭。

huangapple go评论49阅读模式
英文:

I developed and launched an app in AndroidStudio, but it closes immediately

问题

我正在按照 Android Studio 教程进行学习。
https://developer.android.com/codelabs/kotlin-android-training-get-started#5
我已经根据此页面创建了一个空项目。
按照教程中的说明,我下载了 Pixel4 R 模拟器。
然而,当我尝试运行应用程序时,它只显示如下内容,不在模拟器上运行。

7:33:51 PM: 执行任务...

7:33:51 PM: 任务执行完成。

我在AndroidStudio中开发并启动了一个应用程序,但它立即关闭。

我怀疑出现了错误,但没有显示错误信息。

链接

我只是参照这个页面重新编写了 build.gradle 文件。

英文:

I am working my way through the AndroidStudio tutorial.
https://developer.android.com/codelabs/kotlin-android-training-get-started#5
I have created an EMPTY project by following this page.
I downloaded the Pixel4 R emulator as described in the tutorial.
However, when I try to run the app, it only shows as below and does not run on the emulator.

7:33:51 PM: Executing task...

7:33:51 PM: Task execution finished.

我在AndroidStudio中开发并启动了一个应用程序,但它立即关闭。

I suspected an error, but no error is indicated.

Link

I have only rewritten build.gradle using this page as a reference.

答案1

得分: 0

工具栏看起来是这样的。

我点击了大象图标,将其更改为应用程序,现在我可以运行模拟器。

英文:

enter image description here

The toolbar looked like this.

enter image description here

So I clicked on the elephant icon and changed it to app, and now I can run the emulator.

huangapple
  • 本文由 发表于 2023年2月19日 18:50:23
  • 转载请务必保留本文链接:https://go.coder-hub.com/75499587.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定