android - java.lang.RuntimeException: Unable to start activity ComponentInfo: java.lang.NullPointerException -


My app gives me this error when I click on this app

  Private OnClickListener btn_Config_Onclick = New OnClickListener () {click on Public Zero (see V) {bundle bundle = new bundle (); Bundle.putString ("name", selected_name); Bundle.putString ("Image", selected_image); Intention = Intention = new intent (v.getContext (), configure .class); Intent.putExtras (bundle); . V.getContext () startActivity; }};   

The class is here to configure:

And the whole error here:

I'm looking at everything I think is wrong Everything is well defined in the manifest, etc. The issue of fear of fresh eyes will be found. "post-text" itemprop = "text">

You have never started chk_RunVNC . It is null if you do not give it anything, then it's a NullPointerException in onCreate () :

  Chk_RunVNC.setOnCheckedChangeListener (chk_RunVNC_OnCheckedChange) throws;    

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -