

William23668
-
Content Count
138 -
Joined
-
Last visited
Posts posted by William23668
-
-
I can not find any Delphi job too it is very rare and other technologies has very high competition
-
Thanks @ToddFrankson
The key to solving my problem is to run the project without debugging like it say in the documentation. I was only use compiling
-
Hi
Trying to build one of the Delphi 12 samples so I add in provision keystore and selected release mode for Android 64bit and application store for build type but after compile I dont get any .aab file in the release folder. Also no binary folder as mentioned in the documentation so what I should do ?
-
Problem solved
I found that I can not use apk google now accept .aab only . And I created keystore from Delphi itself and it signed the file automatically.
Thanks
-
-
Hi
I googled alot but could not find a solution to sign .aab file. I reviewed this page
https://docwiki.embarcadero.com/RADStudio/Athens/en/Submitting_Your_Android_App_to_Google_Play
and tried this command:
java.exe -jar j:\signapk\bundletool.jar build-apks --mode=universal --bundle=j:\signapk\myapp.aab --output=j:\signapk --ks=j:\signapk\myapp.keystore --ks-pass=xxx:xxx --ks-key-alias=myapp --key-pass=xxxx:xxxx
and got this error:
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/android/ddmlib/Log$ILogOutput has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
I downloaded now recent version of java run time but I still get same error. How to sign this file ?
Delphi 12
-
I found the app .aab in the bin folder of my project !!
-
Hi
Just testing one of the samples project for Android and build was successful but I can not find the generated APK or AAB I just build the project on windows without using a phone. How to generate these files ?
I noticed that the generated files are .o in debug folder. How I can change project to release ?
-
2 minutes ago, DelphiUdIT said:Look in the USES of your program and REMOVE all the references to WINDOWS or WINAPI
Ok. Will check all files.
-
3 minutes ago, Remy Lebeau said:The Winapi.Windows unit is for Windows only, you can't use it on Android. Which means if the component is trying to use that unit on an Android build then its code is not IFDEF'ed properly.
Yes
_CONTEXT define like this inside
IFDEF _CONTEXT = record
. But I can not modify this source file to make _CONTEXT inside IFDEF
-
4 minutes ago, Kas Ob. said:Cross your fingers and restart the IDE and.
Tried that same problem.
-
4 minutes ago, Remy Lebeau said:Why are you re-compiling Winapi.Windows.pas? You should not be doing that.
In any case, Winapi.Windows.pas declares the _CONTEXT record only if the CPUX64 or CPUX86 conditional is defined. Perhaps they are not defined in your situation?
It is old Android app when I compile it give me the above error. I tried compile Android 32bit and 64bit. Is there something else to do ?
-
Hi
I was compiling a component and got this error
[DCC Error] Winapi.Windows.pas(1404): E2003 Undeclared identifier: '_CONTEXT'
Code:
TContext = _CONTEXT; CONTEXT = _CONTEXT; {$EXTERNALSYM CONTEXT}
Why I get this error ?
-
Thanks that can work.
I have folder of images but can you advise how I can display 3 pictures in one scrollable TImage box ? like this:
-
Hi
I need a component that display images one by one in Firemonkey Android
Thanks
-
1 hour ago, Remy Lebeau said:Are you compiling your project in Release mode instead of Debug mode?
Shit I did thanks call stack working now.
-
1 hour ago, Brian Evans said:The Call Stack window should be showing it during program execution when it hits the breakpoint.
It does not want to break !! is there an option can disable breakpoints on project level ? I tried new empty project and breakpoints work fine !! the line on the breakpoint turn green when I run debug F9
-
I tried to place a break point in the target procedure first line and see the call stack window but this window is always empty. How to get this caller procedure ?
-
Hi
Found several tools that convert Delphi to C# but I can not find any that do the opposite. Is there any ?
Thanks
-
6 minutes ago, JonRobertson said:Colors for the entire desktop, including icons, taskbar, and start menu? Or change only the colors in the desktop wallpaper?
Entire desktop
-
-
1 hour ago, dwrbudr said:You could try https://www.imageen.com/
Thanks I added more details. I think I need to create something like a driver to change colors at real time
-
-
yes I also should got it from daily build but did not know
Looking but not finding...
in Job Opportunities / Coder for Hire
Posted · Edited by William23668
No only US but everywhere I see fake jobs and unrealistic HR requirements and very low salaries or just refusals without any reason. I am sad I can not utilize my Delphi experience since version 1.0 I also like Delphi over other technologies.