Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android Device Monitor ツールを使用しようとしています。
Windows 10、Android studio 1.5を使用していますが、このエラーが発生します -
Java 仮想マシンの作成に失敗しました。
助けてください。
以下のファイルを変更して、vm ヒープ オプションを変更します。
C:\Program Files\Android\android-studio\bin\studio.exe.vmoptions
-Xms128mを -Xms512m (デフォルトの設定値) に増やし、Android Studio を再起動します。
お役に立てれば。