I want to develop a basic app for Android which must crash randomly to test 'crittercism' tool. What must i do to make an app crash?
Thanks.
Set something to null and try to use it, like:
TextView v; v.setText("X");