Android Studio is an official Android development integrated development environment (IDE) for mobile application development in the Android operating system developed by Google. Android Studio is based on Jetbrains'
Android Studio is the only platform you should consider for Android development. I have found that nothing else comes close in terms of documentation or support. There is always the temptation to develop for Android using a cross platform toolkit, such as Xamarin, but unless your app is incredibly simple, you will find your self wrestling with the toolkit more than actually creating your product. If you have any Android projects still in Eclipse, you should upgrade these to Android Studio - the backwards compatibility for older versions of Android is very good, with issues only occurring with debugging on older (Lollipop or below) devices. The only scenario Android Studio is not suitable for is cross-platform development. There is no way to share code between iOS, macOS, or Windows projects with Android Studio, unless you are developing a game in C++. If you wish to develop cross platform mobile apps, I suggest Microsoft Visual Studio.
If you want to teach your team or students how to program and learn programming languages, you would not want to utilize Phone Gap software. The Phone Gap software creates an easy fix to avoid learning every programming language for mobile devices. This creates a learning curve for some programmers because they no longer need to learn every language to be successful. However, for personal growth, this could pose an issue if programmers need to change jobs and are only capable of programming in web languages and then translate them using Phone Gap. Adobe Phone Gap works wonderfully for what our company uses it for. We use it because we have app launch deadlines and our programmers are invested in the company; therefore, they are aware that output is our goal, not actually learning the various languages, but more making sure the client is happy
It has improved over the versions, and it continues to do so. I have no problems using Android Studio and I think that it's quite a user-friendly software.
The support of the community is very good. You can find many solutions on sites like StackOverflow and Brazilian sites like GUJ, for example. Google documentation about Android Studio is very good too. I have some Android developer friends, so they have the knowledge to support me when I need it.
I am primarily a Java developer so many of the IDEs I have used are specifically made for Java development. I have used IntelliJ IDEA, Eclipse, and NetBeans for Java development but Android Studio is far better for Android development specifically and it also has support for things like Flutter development. VS Code is quickly becoming popular across languages but Android Studio is still at the top in my opinion.
We selected Cordova since it provides ease of doing business and ease of use. The best thing about Cordova is that you can code once and run it on multiple platforms. Cordova provides add-ons that connect your code with native features of various mobile platforms. And you do not need to learn anything new since you can use your javascript skills
Development timeline for making Cordova apps targeting multiple platform is lower than developing individual native apps for each platform.
Its easy to learn and set up. Coming from a native app development background, the learning curve for me was fairly small to get started with my hybrid app.