William23668
Members-
Content Count
135 -
Joined
-
Last visited
Everything posted by William23668
-
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 ?
-
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 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
-
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
-
I can not get it to work. when I upload to google play , google display error "All uploaded bundles must be signed." I just need the file signed for google I choose google to manage app signing but when I upload the file .aab I get this error All uploaded bundles must be signed
-
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 ?
-
I found the app .aab in the bin folder of my project !!
-
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 ?
-
Ok. Will check all files.
-
Yes _CONTEXT define like this inside IFDEF _CONTEXT = record . But I can not modify this source file to make _CONTEXT inside IFDEF
-
Tried that same problem.
-
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 need a component that display images one by one in Firemonkey Android Thanks
-
What component I can use to display images in Android ?
William23668 replied to William23668's topic in FMX
@Remy Lebeau 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: -
How I can know the procedure that was executed before another procedure ?
William23668 posted a topic in Delphi IDE and APIs
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 ? -
How I can know the procedure that was executed before another procedure ?
William23668 replied to William23668's topic in Delphi IDE and APIs
Shit I did thanks call stack working now. -
How I can know the procedure that was executed before another procedure ?
William23668 replied to William23668's topic in Delphi IDE and APIs
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 -
Hi Found several tools that convert Delphi to C# but I can not find any that do the opposite. Is there any ? Thanks
-
Hi Sorry was not clear at first. I need to change Windows 11 desktop colors in real time like those filters: I think I need to change every pixel color like a GPU driver. Can Delphi do that ? where to start ? Is there a library I can use ? Thanks
-
Real time desktop colors change like filters
William23668 replied to William23668's topic in Windows API
Entire desktop -
Real time desktop colors change like filters
William23668 replied to William23668's topic in Windows API
Thanks @Der schöne Günther This seems similar to what I need but that hard for me https://reshade.me -
Real time desktop colors change like filters
William23668 replied to William23668's topic in Windows API
Thanks I added more details. I think I need to create something like a driver to change colors at real time -
I need to create Android app that play video protected from download. Please direct me to the correct way like article or tools about that. Thanks
-
Hi I got latest JCL from here: https://github.com/project-jedi/jcl But when I try to install using jcl\install.bat I got this error: Include file "source\include\jedi\jedi.inc" not found. I added the jedi.inc manually from jedi folder but I still get same error. How to install these components ?
-
yes I also should got it from daily build but did not know