Eclipse Java - Android - Source Not found -


please dont mark duplicate. not. nothing described in other solutions works.

i installed eclipse & android sdk studio. setting debug code .. giving "source not found".. code crashes code 'eventually' basic textview

edittext = (edittext) findviewbyid(r.id.textview1); 

these tabs open , thread situation.

enter image description here

anyway, trying cast textview edittext?
make sure have create textview , not edittext in layout.

also make sure have set layout content view.

super.oncreate(savedinstancestate); setcontentview(r.layout.activity_main); 

Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -