Jump to content

William23668

Members
  • Content Count

    135
  • Joined

  • Last visited

Everything posted by William23668

  1. William23668

    How to generate aab file

    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 ?
  2. William23668

    How to generate aab file

    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
  3. William23668

    Help needed to sign .aab file

    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
  4. William23668

    Help needed to sign .aab file

    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
  5. William23668

    Help needed to sign .aab file

    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
  6. William23668

    Delphi 12 does not generate APK

    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 ?
  7. William23668

    Delphi 12 does not generate APK

    I found the app .aab in the bin folder of my project !!
  8. William23668

    Undeclared identifier: '_CONTEXT'

    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 ?
  9. William23668

    Undeclared identifier: '_CONTEXT'

    Ok. Will check all files.
  10. William23668

    Undeclared identifier: '_CONTEXT'

    Yes _CONTEXT define like this inside IFDEF _CONTEXT = record . But I can not modify this source file to make _CONTEXT inside IFDEF
  11. William23668

    Undeclared identifier: '_CONTEXT'

    Tried that same problem.
  12. William23668

    Undeclared identifier: '_CONTEXT'

    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 ?
  13. Hi I need a component that display images one by one in Firemonkey Android Thanks
  14. William23668

    What component I can use to display images in Android ?

    @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:
  15. 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 ?
  16. Shit I did thanks call stack working now.
  17. 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
  18. Hi Found several tools that convert Delphi to C# but I can not find any that do the opposite. Is there any ? Thanks
  19. 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
  20. William23668

    Real time desktop colors change like filters

    Entire desktop
  21. William23668

    Real time desktop colors change like filters

    Thanks @Der schöne Günther This seems similar to what I need but that hard for me https://reshade.me
  22. William23668

    Real time desktop colors change like filters

    Thanks I added more details. I think I need to create something like a driver to change colors at real time
  23. William23668

    DRM video player

    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
  24. William23668

    Trying to install JCL but I got error

    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 ?
  25. William23668

    Trying to install JCL but I got error

    yes I also should got it from daily build but did not know
×