The best and the easiest way to crash an Android app is to make a DivideByZero exception. In the onCreate method of your activity, simply write an expression with a number being divided by 0. So, whenever your app will launch, it will crash automatically.