By user3651679 I am new to andriod development – using Delphi XE6 trial version – and now I am stuck with a strange problem.
I created a small screen using a firemonkey blank mobile application. I added a TEdit and a TButton. On button click event the TEdit.Text property is set.
The projects compiles ok but when it installs, the application on to the virtual device (Android 4.2.2, API Level 17) it gives the following error
The application (com.embarcadero.) has stopped unexpectedly. please try again
What might be the issue here is there any settings I have to do in the Delphi XE6 IDE for running andriod apps. …read more
Via: StackOverflow