• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Android application on netbeans

 
Greenhorn
Posts: 22
Netbeans IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it possible to develop android application in netbeans? I want to develop android app in netbeans platform rather than installing android studio.
 
Bartender
Posts: 2270
20
Android Java ME Eclipse IDE Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I haven't tried this, but you may take a look on the following link

https://borwell.com/2015/09/07/simple-android-app-in-netbeans/
 
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suspect that yes, this it is totally possible to develop an Android app using NetBeans or any other editor.
However in doing so you do need to know how to run all the commands that Android Studio and/or MS Visual Studio run to create the app.
There are many things which these IDEs do/have such as:
  • Downloading dependencies
  • Creating the APK file(s)
  • Debugging interactively
  • Integration with the Android Virtual Device (AVD) for testing in the emulator
  • Publishing of the APK to your physical Android device

  • A few months ago a community member and I tried to get their Android app which they created using Eclipse working and we ran into one challenge after another starting with acquiring the correct dependencies/support libraries.
    reply
      Bookmark Topic Watch Topic
    • New Topic