[Android] The device needs more free storage to install the application 問題排除

2021/03/17 Android

前言

使用 Android 開發的使用者通常都會利用內建的模擬器來除錯,若進行編譯時出現下錯誤訊息:

Installation did not succeed. The application could not be installed: INSTALL_FALLED_INTERNAL_ERROR The device needs more free storage to install the application(extra space is needed in addition to APK size)

表示模擬器的內部儲存空間已用盡,此時快速的方法就是進行重置清空資料,或是手動刪除不必要的APP。

問題解決

Android Studio 上方工具列找到下圖紅框的 Icon,點選進入 Android Virtual Device Manager。

進入後點選欲重置的模擬器機型->Wipe Data即可將所有內容一次清空。

鼓勵持續創作,支持化讚為賞!透過下方的 Like 拍手👏,讓創作者獲得額外收入~
版主10在2020年首次開設YouTube頻道,嘗試拍攝程式教學。想要了解更多的朋友歡迎關注我的頻道,您的訂閱就是最大的支持~如果想學其他什麼內容也歡迎許願XD
https://www.youtube.com/channel/UCSNPCGvMYEV-yIXAVt3FA5A

Search

    Table of Contents