Setup intellj Idea Ultimate for React Native in Windows

Content

1
2
3
4
5
6
7
8
9
- 1. Install andriod studio and setup avd
- 2. setup android/local.properties as follows:
- sdk.dir=C:\\Users\\{{Your user name}}\\AppData\\Local\\Android\\sdk
- 3. setup debugger
- ![](/images/2022/07/image.png)
- 4. start the debugger
- 5. run `adb shell input keyevent 82`
- 6. Click Debug, and refresh in debugger-ui
- ![](/images/2022/07/image-1.png)