Android tools without android project
Answered
Is it possible to use the android tools like the avd manager or the device file explorer in a project that is not an android project?
Because i have a React-Native project where i need an emulator and if i create an android app in intellij idea i have the avd manager in Tools -> Android but if it is not an android project like react-native the android tab on the tool window is missing. Can i add it manually?
Thanks for the answers :)
Please sign in to leave a comment.
Hello Alexander,
'AVD Manager' should be available as an action in a non-Android project, and can be found via the Action search (Ctrl+Shift+A) provided that the Android plugin is enabled.
We are also working on making both tools available in a React Native project by default, see https://youtrack.jetbrains.com/issue/IDEA-246051. Feel free to vote for the issue.