• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

App Inventor how to determine OS in android studio?

kartikips

Lurker
I want to determine the operating system on which android studio is running. The orthodox requirement is coming into the picture because I am using an export from a game engine. That export is different for the different operating systems.
 
Last edited:
To determine the operating system on which Android Studio is running, you can follow these steps:

  1. Open Android Studio.
  2. Click on "Help" in the top menu, then click on "About Android Studio".
  3. A window will open with information about the version of Android Studio you are using. The operating system will be listed under the "System" section.
Alternatively, you can check the system requirements for Android Studio and see if your operating system meets the requirements. Android Studio requires either Windows, macOS, or Linux to run.
 
Back
Top Bottom