Android Studio error when clicking on Android device monitor

后端 未结 7 987
庸人自扰
庸人自扰 2021-02-04 08:51

I am having this error in android studio whenever i click on Android Device Monitor:

---------------------------
Monitor
---------------------------
An error has         


        
7条回答
  •  灰色年华
    2021-02-04 09:26

    The same eclipse.ini file will be located in Eclipse in this root path of eclipse itself like:

    C:\Users\username\Downloads\adt-bundle-windows-x86_64-20140702\eclipse\eclipse.ini
    
    The same file will be located in android studio project:-
    
    C:\Users\username\AppData\Local\Android\sdk\tools\lib\monitor-x86_64\monitor(Type:Configuration settings)
    
    Edit the file as you want.
    

提交回复
热议问题