You can either run your app on the command-line or with Android Studio. To open the project in Android Studio, run: npx cap open androidĪlternatively, you can open Android Studio and import the android/ directory as an Android Studio project. npx cap add android Opening the Android Project Adding the Android Platformįirst, install the package.
Capacitor requires an Android WebView with Chrome version 60 or later. Android SupportĪPI 21+ (Android 5 or later) is supported, which represents Capacitor features a native Android runtime that enables developers to communicate between JavaScript and Native Java or Kotlin code.Ĭapacitor Android apps are configured and managed through Android Studio.