ERROR: Unhandled Exception
DETAILS:
STORE_ID: 00000000000000000000000000000000
CALLSTACK:
It don't have any infomation. I remove almost all code and build it. I can't run it on watch.
With that store ID you're running a side load. When you use the "Build for device wizard" in eclipse, there's a check box for "build release version". Make sure that is NOT checked.
That way you'll have a build with debug symbols. When you run that on the actual watch, you should get more details in ciq_log.txt and likely a stack trace.
Also, what version of the SDK are you using, what device, and which target in the sim?