This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 193345 - NBAndroid plugin - NullPointerException at org.netbeans.modules.android.core.ui.AvdUISelector.setAvdInfos
Summary: NBAndroid plugin - NullPointerException at org.netbeans.modules.android.core....
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-13 23:00 UTC by kurti
Modified: 2013-05-10 07:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159215


Attachments
stacktrace (5.26 KB, text/plain)
2010-12-13 23:00 UTC, kurti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kurti 2010-12-13 23:00:29 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
GUEST: I was trying to view the project propertys run section

kurti: Properties of Android project, then selected "Run" in the properties tree

GUEST: during the "Scanning projects"

GUEST: After creating Hello World program whenever I try to run that time I am getting this problem




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.android.core.ui.AvdUISelector.setAvdInfos(AvdUISelector.java:81)
   at org.netbeans.modules.android.project.ui.customizer.CustomizerRun.<init>(CustomizerRun.java:99)
   at org.netbeans.modules.android.project.ui.customizer.AndroidCompositePanelProvider.createComponent(AndroidCompositePanelProvider.java:106)
   at org.netbeans.spi.project.ui.support.ProjectCustomizer$DelegateCategoryProvider.create(ProjectCustomizer.java:702)
   at org.netbeans.modules.project.uiapi.CustomizerPane.setCategory(CustomizerPane.java:248)
   at org.netbeans.modules.project.uiapi.CustomizerPane.access$200(CustomizerPane.java:68)
Comment 1 kurti 2010-12-13 23:00:33 UTC
Created attachment 104033 [details]
stacktrace
Comment 2 Exceptions Reporter 2011-02-07 12:14:40 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=159215
Comment 3 Exceptions Reporter 2011-02-07 12:17:33 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=159215
Comment 4 Marian Mirilovic 2011-11-07 09:13:44 UTC
Please report against http://kenai.com/jira/browse/NBANDROID
Comment 5 _ rkubacki 2011-11-07 09:58:04 UTC
All those exceptions come from an obsoleted version of NBAndroid plugin. Upgrade to current version if you haven't done so already. (See http://www.nbandroid.org/)
Comment 6 jn0101 2013-05-10 07:24:51 UTC
It seems that a new bug has appeared which is classified as this old resolved bug.
Ive made a bug report here for the new bug: https://kenai.com/jira/browse/NBANDROID-195