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 254415

Summary: NullPointerException at java.util.Hashtable.put
Product: web Reporter: Amaliya-Jung
Component: CordovaAssignee: Tomas Stupka <tstupka>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211147
Attachments: stacktrace

Description Amaliya-Jung 2015-08-17 07:22:21 UTC
This bug was originally marked as duplicate of bug 244651, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
Amaliya-Jung: cannot build a project with cordova to install in genymotion

GUEST: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.NullPointerException
   at java.util.Hashtable.put(Hashtable.java:459)
   at org.netbeans.modules.cordova.platforms.android.AndroidDevice.addProperties(AndroidDevice.java:184)
   at org.netbeans.modules.cordova.CordovaPerformer.properties(CordovaPerformer.java:354)
   at org.netbeans.modules.cordova.CordovaPerformer.access$100(CordovaPerformer.java:95)
   at org.netbeans.modules.cordova.CordovaPerformer$1.run(CordovaPerformer.java:208)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
Comment 1 Amaliya-Jung 2015-08-17 07:22:23 UTC
Created attachment 155382 [details]
stacktrace
Comment 2 Tomas Stupka 2015-12-10 10:54:44 UTC
please run following command from command line:
android list target
and attach output here. Thanks
Comment 3 Tomas Stupka 2016-01-05 11:08:24 UTC
any update on this?