Blorb Development Blog

Weblog for upcoming Android game in development, "Blorb"; developed by James Daniello.

Blorb is a top-down box-pusher puzzle game. Features include: multiple 'characters' (in way of a hologram of the main character), over 60+ compelling and challenging levels, and a modestly inexpensive price.

Nov 6

Developing for the Android using Netbeans

If you’re like me than you prefer to use Netbeans as your Java IDE. While Eclipse is more suited for developing on the Android (by all means use it if you’re already comfortable with it), Netbeans can be used as well.

To do so, follow this link:

http://wiki.netbeans.org/IntroAndroidDevNetBeans#section-IntroAndroidDevNetBeans-InstallingTheAndroidPluginsForNetBean

Or, better yet, I’ll break it down for you in four easy steps:

  1. Step 1: Download the SDK
  2. Step 2: go here and follow these directions to set up the plug-in.
  3. Step 3: follow from here to set up the android platform.
  4. Step 4: [This step might not be necessary] If the emulator doesn’t run you will need to start it each time by running ‘android.exe’ in the tools folder of the android SDK. Add a new emulator from that program and then run your Android program in Netbeans. It should give you an option to run your program from the currently running emulator.

And there you go! If you have any problems leave a comment below and I’ll get back to you.

-James


Page 1 of 1