adb push .so : Out of memory

在adb push .so的檔案時,通常第一個會遇到Readonly錯誤
此錯誤用adb remount即可以解決

但接下來又會遇到Out of memory錯誤
這個錯誤需要修改模擬器的parition size
修改方法如下
cd C:\android\android-sdk-windows\tools
C:..\tools> emulator -avd EmulatorName -partition-size 512
cd C:\android\android-sdk-windows\platform-tools
adb remount
EmulatorName 預設在你的帳號的.android/.avd/下

留言

熱門文章