Is it possible to develop a hybrid app in Android Studio?

Asked 1 years ago, Updated 1 years ago, 107 views

Is it possible to produce a hybrid app combined with the web, not native, on Android Studio? I looked it up on Google. Phone gap? I heard that it can be done through webview, but if you look at the structure after the project is created, only the java directory exists.

I wonder if it is possible to develop both native and hybrid with Android Studio without Eclipse or other tools.

android hybrid

2022-09-22 20:33

2 Answers

Android studios can only be developed by Android.

Even if you make it into a web view, it's not a hybrid, but a native.

If you want to make a hybrid app, you can make it with the phone gap you mentioned, ionic, xamarin, cordova, reaction native, etc.

If I make the first project with a phone gap, you will see index.html, which is strange.


2022-09-22 20:33

Hybrid apps also have web views on native apps.

So it's all possible. If you don't have the directory you're looking for, you can create more.


2022-09-22 20:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.