I downloaded the 30 day trial of Delphi XE5 yesterday, I've been using Delphi 7 for many years. I want to look at producing Android apps and I am very enthused by the potential for XE5. I could do with a little help just to get me going.
So, I downloaded the Samples provided at http://www.embarcadero.co.uk/products/delphi/android-ios-code-samples-xe5#gyroscope and focused on the Gyroscope Sample.
I can load the Gyroscope project into Delphi XE5. I can compile it with no errors. ;-) I can set the Build to Release. I can set the Target Platforms to Android. I can go through the Deploy process. After all that I can end up with a 5MB(wow!) APK file.
The next thing that I wanted to do was get that APK transferred to, and installed on, my device - which is a Motorola Xoom tablet. The tablet is running ICS 4.0.4 and has "Unknown source" checked so that I can work with apps that aren't from the Play Store.
When I try to install the Gyroscope APK on the tablet, the popup telling me what permissions it wants and asking me whether I want to "install this application?" appears. When I click on "Install" it briefly says "Installing..." then "Application not installed".
I realise this is a Delphi XE5 101 question - but can someone please let me know if there is an obvious step in the process of getting an app onto a device that I might be missing?
I confirm that I can install other APKs that aren't from the Google Play Store on the Xoom. I've not yet tried another Delphi XE5 Sample... thought I would ask this question first. I appreciate any guidance offered.