• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps unfortunately <appname> stopped

santhosh3

Lurker
hello,
I just developed an app which makes makes use of a bluetooth module to communicate with arduino board(ATMega 328).
The app is getting crashed when it s asked to perform some actions(ie, data packets are getting failed to be delivered.) The bluetooth module is successfully paired to the android device.
 
This is an application development question, so as the sticky post in Android Questions says you'll get better help in the Application Development forum. So I've moved the thread over there for you :)
 
Hi,
Your application crashed because an uncaught RuntimeException was thrown.
Most common of this crash - Null Pointer Exception.

What IDE do you use? Eclipse, Android Studio ?
 
Back
Top Bottom