Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
hi...



I am new to android development.while trying text to speech convertion project am getting error like the application test(process com.test) stopped unexpectedly.
Posted
Updated 11-Mar-11 0:33am
v2
Comments
Sandeep Mewara 9-Mar-11 8:11am    
You need to provide more info in order to get any sort of help.

Error log/info? Steps?
Nagy Vilmos 11-Mar-11 6:34am    
Until you provide more infromation, this question cannot be answered.

1 solution

Whenever an application generates an exception, Android will show you this message. Look at the output of your development environment for the exact error message.

In Eclipse try the DDMS perspective and look at the LogCat window. The exception message should be in that window and give you a clue about the problem.

If you are using IntelliJ just look at the Android LogCat window.

Hope this helps.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900