| New to android dev - debugging -
It is possible that your AVD is based on pure Android platform. You need to create it using a target that has GoogleMaps extension (add-on). -Radim
|
Android plugin for NetBeans
» General Discussion
|
January 12, 2012 18:27
by: radim
|
| Ideas for features
Releases are continually pushed to our update center. They are announced at url: http://www.nbandroid.org/ -Radim
|
Android plugin for NetBeans
» General Discussion
|
January 03, 2012 08:28
by: radim
|
| JAR Libraries
I am not sure if I understand correctly what you are doing. Can you file a bug report as described at url: http://www.nbandroid.org/p/contacts.html ? -Radim
|
Android plugin for NetBeans
» General Discussion
|
December 03, 2011 15:25
by: pekus
|
| Cannot Run Application directly in netbeans 6.9.1
I can't tell what is wrong. Please file a bug report. url: http://www.nbandroid.org/p/contacts.html has instructions how to do it. -Radim
|
Android plugin for NetBeans
» General Discussion
|
December 01, 2011 13:28
by: radim
|
| Preview functionality.
Would you be willing to pay for such functionality? Did you consider making a donation (go to url: http://www.nbandroid.org/ )? -Radim
|
Android plugin for NetBeans
» General Discussion
|
November 05, 2011 16:46
by: radim
|
| Cannot add android platform in NetBeans
I added a note to the bottom of url: http://www.nbandroid.org/p/installation.html to clarify that there is no Java platform definition any longer. Also cf. url: http://kenai.com/projects/nbandroid/p . . .
|
Android plugin for NetBeans
» General Discussion
|
November 05, 2011 09:50
by: NPS
|
| Netbeans 7.0.1 nbandroid and logcat
Have you tried to restart the debug bridge? url: http://www.nbandroid.org/2011/07/how-to-fix-broken-communication-with.html -Radim
|
Android plugin for NetBeans
» General Discussion
|
December 23, 2011 13:24
by: Davidgreenwood
|
| Some questions concerning the plugin
1. There is no magic. Connect the device and run the project. 2. No, there isn't GUI editor. There is just a partial support for editing of XML resource files. 3. This is an open source project develo . . .
|
Android plugin for NetBeans
» General Discussion
|
September 06, 2011 16:40
by: radim
|
| Adding/referencing a normal Java project, not a library?
If you library builds into /some/path/to/lib/dist/yourlib.jar you can try to create a link to it from /some/path/to/androidapp/libs/yourlib.jar. It can help a bit. To fix it properly in a plugin we wo . . .
|
Android plugin for NetBeans
» General Discussion
|
September 30, 2011 17:46
by: Knitter
|
| Unable to start application in emulator
Have you tried to deploy the package from command line using adb? The output says that the device is not online so there can be some problem with communication between IDE and the emulator (through the . . .
|
Android plugin for NetBeans
» General Discussion
|
July 17, 2011 13:51
by: radim
|