Jump to content
Registration disabled at the moment Read more... ×
direktor05

errors building apk

Recommended Posts

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?

 

image.thumb.png.83c1e96f361dce71402aa6fd598556cf.png 

Share this post


Link to post

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

 

image.thumb.png.839ed371d2b510e825dbc2e2e3c86409.png

Share this post


Link to post

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?

 

image.thumb.png.67b9f8f323d38ff0e27395a108e68dd9.png

Share this post


Link to post
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×