Keytool is not recognized as an internal or external command

后端 未结 7 1098
独厮守ぢ
独厮守ぢ 2021-02-11 14:20

I am trying to discover the list of trusted authorities in my Java Runtime using the instructions in this article. When I typed the command below:

C:\\ColdFusion         


        
7条回答
  •  忘掉有多难
    2021-02-11 14:51

    A simple solution of error is that you first need to change the folder directory in command prompt. By default in command prompt or in terminal(Inside Android studio in the bottom)tab the path is set to C:\Users#Name of your PC that you selected\AndroidStudioProjects#app name\flutter_app> Change accordingly:- C:\Users#Name of your PC that you selected\AndroidStudioProjects#app name\flutter_app>cd\

    type **cd** (#after flutter_app>), type only cd\ not comma's

    then type cd Program Files\Java\jre1.8.0_251\bin (#remember to check the file name of jre properly)

    now type keytool -list -v -keystore "%USERPROFILE%.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android (without anyspace type the command).

    screenshot of the codes to run

提交回复
热议问题