Hello guys, I'm testing XE5, and a test application that I'm doing runs perfectly on my Galaxy Tab 2, on a Galaxy Note II, but does not work on Atrix with Cyanogenmod, the screen goes black and shows nothing but incredible as it appears when I click the button where would the ShowMessage is presented. Any idea?

Comments

  1. It may be useful to see what logcat is saying, in case there are any clues in there.

    You can do this most easily by running monitor.bat (from the Android SDK tools directory) and see the logs from your device in the LogCat pane.

    If you have issues running monitor.bat (most likely due to your profile directory having a space in it, which some of the android tools cannot cope with) you can try running the deprectaed ddms.bat in the same directory.

    An alternative is to launch a command prompt and run:

    adb -d logcat

    but that really requires piping it to a text file and doing some searching therein.

    adb.exe lives in the Android SDK's platform-tools directory. The -d flag forces it to look at a connected device in the case that maybe you have a device or an emulator. -e will force it to use the emulator instead. No flag means it will talk to any singular connected device.

    ReplyDelete
  2. I don't have any solutions sorry but at http://members.adug.org.au/2013/09/24/the-xe5-android-device-compatibility-survey you can start to help build a clearer picture about what devices are compatible with XE5.

    ReplyDelete

Post a Comment