direktor05 2 Posted yesterday at 12:42 PM I took ToDo official example and tried to build it - create apk in Delphi 12. I get a bunch of errors I have no idea where they came from. Maybe there was something wrong with my installation? What to do? Share this post Link to post
John van de Waeter 7 Posted yesterday at 02:49 PM Looks like not much of Android development files are installed.... You may want to try to reinstall (Tools/Manage features) Share this post Link to post
direktor05 2 Posted yesterday at 03:02 PM Yes but seems Android is installed, but files are really missing in embaracadero\studio\23.0\lib\android\release\ This is installed and it seems I can't change much Share this post Link to post
Dave Nottage 624 Posted yesterday at 09:05 PM 8 hours ago, direktor05 said: What to do? Update the demo project which appears to be very, very old. See these instructions. Share this post Link to post
direktor05 2 Posted 22 hours ago That's good! However even new project created with Delphi 12 will not make me apk, but at least it will build the project without errors. But where is the apk file? Share this post Link to post
Dave Nottage 624 Posted 21 hours ago 34 minutes ago, direktor05 said: But where is the apk file? If you're building for Development (as opposed to Application Store), it'll be in the Android64\Debug\(projectname)\bin folder, where (projectname) is the name of the project you are building. Share this post Link to post
direktor05 2 Posted 14 hours ago It is not there. There are xml, dex and o, so, and dcu file. But no apk. Share this post Link to post
Dave Nottage 624 Posted 14 hours ago Just now, direktor05 said: There are xml, dex and o, so, and dcu file. But no apk. The .apk file is created when you deploy, not Build/Compile. Share this post Link to post