Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

libGDX Android using netbeans - task menu too big for screen

In the libGDX netbeans run guide it says to run on android, go Tasks -> installDebug. However in netbeans, the task menu is so long, installDebug does not show and one cannot scroll down the list. Someone else must have had this problem, but google has yielded no results to me. So my question is, how can i installDebug, do i have to create a custom task? Thanks

enter image description here

like image 223
Cobbles Avatar asked Apr 23 '14 16:04

Cobbles


3 Answers

I'm sorry, but this is a reported bug marked as RESOLVED WONTFIX.

As Marian Mirilovic, NetBeans Quality Engineering Manager said in Bug 242160:

No plans to change it

NetBeans is a Swing application and Swing doesn't provide any scrolling menu functionality.

like image 123
atok Avatar answered Nov 20 '22 12:11

atok


You can add "new" task too Custom Task list. Works nicely for often used tasks so you don't have too search on this long list.

In your case use "installDebug" as a name for custom task.

enter image description here

like image 24
ArturM Avatar answered Nov 20 '22 13:11

ArturM


If someone wonders here out of frustration of not be able to run libgdx game from netbeans onto android device, you can try to change your screen orientation to portrait. This should show a bit bigger tasks' list and probably you will be able to run "InstallDebug". On Windows usually it's done by opening screen resolution from Control Panel and changing Orientation preference.

It doesn't solve the problem, but at least there is a possibility that you will be able to run "Tasks -> installDebug" in Netbeans. As this is need to be done once, after that you can change back screen orientation and work on.

like image 3
mcleanlt Avatar answered Nov 20 '22 12:11

mcleanlt