1

Start android application via netbeans

view story
linux-howto

http://stackoverflow.com – Good day. I have a problem with launching program in emulator. There is a code: super.onCreate(savedInstanceState); setContentView(R.layout.main); TextView tv = new TextView(this); tv.setText("Hello, Android"); setContentView(tv); Program was successfully built, but after that an exception appears java.lang.NullPointerException at java.util.Arrays$ArrayList.<init>(Arrays.java:2842) at java.util.Arrays.asList(Arrays.java:2828) at com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.addRecognizedFeatures(ParserConfigurationSettings.java:115) at com.sun.org.apache.xerces (HowTos)