03-11-2011 05:21 AM
My application is signed,
but when i click it,
it has no response,
just like a dead app.
why?
# I tried to change the world, but I couldn't find the source code #
Solved! Go to Solution.
03-11-2011 05:29 AM
does it run on a simulator?
do you have logging in it? sysout or eventlogger work well.
can you debug on the device by attaching eclipse?
03-11-2011 06:01 AM
Check if there are any special characters in the Application Name & build file name. Some characters like spaces and hyphens are not allowed(this may depends on the OS version you used to build.)
03-13-2011 08:46 PM
solved,
it seems i used dated api.
# I tried to change the world, but I couldn't find the source code #