0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

android studioが起動できない場合の対応(Windows)

Last updated at Posted at 2021-03-11

android studioがセキュリティの設定で起動できなかったため、設定した内容を残します。

エラー内容

起動時に「アプリケーションを正しく起動できませんでした。」と表示され、私の環境では2種類のエラーコードがでました。

  • エラーコード
    • 0xc000007b
    • 0xc0000005

設定内容

どちらも Windows Defender の設定をします。

  1. Windowsの設定から「Windows Defender セキュリティセンター」を開きます。
  2. 「アプリとブラウザーの制御」を開きます。
  3. 「Exploit Protection」の「Exploit Protection の設定」を開きます。
  4. 上部の「プログラム設定」を選択し、以下の順で選択します。
    1. 「プログラムを追加してカスタマイズ」の「+」ボタン
    2. 「プログラムの名前で追加」
  5. 「phpstorm64.exe」を入力し、以下を設定します。
    1. 「イメージのランダム化を強制する(必須 ASLR)」
      1. 「システム設定の上書き」にチェック
      2. オン」にする
    2. 「仮想メモリの割り当てをランダム化する(ボトムアップ ASLR)」
      1. 「システム設定の上書き」にチェック
      2. オフ」にする
  6. 「studio64.exe」を入力し、以下を設定します。
    1. 「イメージのランダム化を強制する(必須 ASLR)」
      1. 「システム設定の上書き」にチェック
      2. オフ」にする
    2. 「仮想メモリの割り当てをランダム化する(ボトムアップ ASLR)」
      1. 「システム設定の上書き」にチェック
      2. オフ」にする

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?