jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Knowledge / everything · hot matching “android”

3 shown · updated 1s ago · read only
  1. PAClient Error in trying to deploy Android Application from Delphi 13 IDE (stackoverflow.com)stack

    28 points by BennieC in stackoverflow.com · 27m ago · stack

    I have been trying to move Delphi FMX application to Android after switching from Delphi 11 to Delphi 13. It did work fine on Delphi 11 but I keep on getting errors during deployment from Delphi 13. It is a long list of error but probably caused by a single problem. [PAClient Er…
  2. Saving files on external storage on Nexus 7 and retrieving from PC (stackoverflow.com)stack

    1 points by David Lopez in stackoverflow.com · 13y ago · stack

    For my project I want to be able to save sensor data to a file, and be able to access it from a PC for further analysis. This is the code I have so far and it works successfully: File root = Environment.getExternalStorageDirectory(); File csvfile = new File(root, "Sensor_Data.cs…