Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • The most used JAVA IDE will definitely be Eclipse IDE. IntelliJ is the second most used JAVA IDE for developers followed by NetBeans.

    Eclipse comes with a rich set of plugins for developers. It is open source and you can always develop applications in other languages such as Python, C, C++, Ruby, etc.

    Refer: Eclipse Features and Popularity

    Congratulations for you app. To upload and manage your Android apps, you need to get a Google Play Developer Account.
    Register for a Google Play Developer account and create and sign up for a Developer account using your Gmail Email-id.

    For that, you need to pay a one-time payment of 25$ to Google. With that, you can publish and manage any number of APKs.

    After getting a developer account, use the Play Console to publish and manage your apps.

    Setup JDK path for JAVA to perfectly setup Java Environment.

    To set path on Windows, click Start and then search Control Panel.

    After reaching Control Panel, go to System, Advanced System Settings, Advanced tab, then Environment Variables.

    Under System Variable, click Path, and add the JDK path after clicking New.

    C:\Program Files\Java\jdk1.8\bin

    After that verify the installation of Java and check it in the directory structure.

    Source: Install Java on Windows and verify installation

Viewing 3 posts - 1 through 3 (of 3 total)