Something went wrong, test works ok but export APK fails to compile

Extensions used ? How big are your assets? How many screens ? Please provide more info

1 Like

Extentions: DateTools, TaifunFTP, TaifunImage
Assets: 3 (png) images totaling 580K
Screens: 2 (main App on Screen1, setup parameters on screen config)

Second screen is just a setup screen that collects system parameters and store on Tiny_DB
Initially the App worked with fix parameters.
Sometime during the design of the config screen this problem started and I switched to test with the companion to complete the config screen.
The App works ok while testing with the companion but fails to compile.

Thanks

If you wish you can pm me your aia to check it

Ok, thanks.
The App uses a couple of tokens and private ftp credencials I am unable to disclose.
Is it ok?

Do not worry :slight_smile:

If you wish delete keys

I replaced private credentials as suggested.
removed aia by Mod beacause contained paid extension
Thanks

I will check it

I found that removing the DateTools extension allows apk to compile with no errors. Updated extension to latest version 6.1 and still error occurs. I found this

Maybe the developer @vknow360 might help you

The problem is that it is not possible use DateTools extension if you use FTP component or any FTP related extension (except FtpClient extension).

2 Likes

Hi, I used FtpExtension before but had to abandon it because it only works over WiFi and not via GSM.
Datetools I use exclusively because I need to know local timeZoneOffset.

Any way out of this?

You mean GTM +2:00 for example?

If yes maybe you could use clock component

Please wait till tomorrow.

See this has the same function

Did not know I could use such construct.
Will try, thanks.

1 Like

Have a look at

Date and Time Patterns

Indeed removing DateTools extension and using Dora’s suggestion sorted out the problem.
It now compiles successfully.
Thanks you people for your time.
Paulo

1 Like

If problem solved mark solution :white_check_mark: in order to help others with the same problem

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.