direktor05 2 Posted August 24 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 August 24 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 August 24 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 626 Posted August 24 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 August 24 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 626 Posted August 24 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 August 25 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 626 Posted August 25 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