错误:安装没有成功。该应用程序无法安装在Android Studio中

发布于 2025-01-29 09:16:50 字数 863 浏览 2 评论 0原文

我是Android Studio的新手。我正在工作的应用程序没有给出最后一个代码更改的安装错误。一旦添加了另一行代码,我就会开始遇到错误:

Timed out waiting for the process (com.iab.omid.sampleapp) to appear on 

Pixel_3a_API_32_arm64-v8a [emulator-5554].
Installation did not succeed.
The application could not be installed.

List of apks:
[0] '/Users/mukul/Documents/jivox/jivox-android/omsdk-android-1.3.31-Jivox/OM-DemoApp/build/intermediates/apk/defaults/debug/OM-DemoApp-defaults-debug.apk'
Installation failed due to: ''cmd package install-create -r -t --user current --full --dont-kill -r -t --skip-verification -S 10540209' returns error 'Unknown failure: Exception occurred while executing 'install-create':
android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

该应用仍在打开,并且似乎没有在那里反映新添加的代码。 (不确定这一点)。

如何解决此问题?

请让我知道是否需要更多详细信息。

I am new to android studio. And the app on which I am working was not giving the installation error with the last code change. Once I add another line of code, I start getting error:

Timed out waiting for the process (com.iab.omid.sampleapp) to appear on 

Pixel_3a_API_32_arm64-v8a [emulator-5554].
Installation did not succeed.
The application could not be installed.

List of apks:
[0] '/Users/mukul/Documents/jivox/jivox-android/omsdk-android-1.3.31-Jivox/OM-DemoApp/build/intermediates/apk/defaults/debug/OM-DemoApp-defaults-debug.apk'
Installation failed due to: ''cmd package install-create -r -t --user current --full --dont-kill -r -t --skip-verification -S 10540209' returns error 'Unknown failure: Exception occurred while executing 'install-create':
android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

The app is still opening and it seems like the newly added code is not reflected there. (not sure about this).

How can I fix this issue?

Please let me know if more details are required from my side.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

香橙ぽ 2025-02-05 09:16:50

您的仿真器耗尽了空间。

  1. 您可以通过擦除数据来清除
  2. 空间

Your emulator has ran out of space.

  1. You can clear space by wiping the data
  2. You can add more space by going to advanced settings in AVD popup
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文