Jump to content

William23668

Members
  • Content Count

    135
  • Joined

  • Last visited

Community Reputation

8 Neutral

Recent Profile Visitors

6077 profile views
  1. 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
  2. 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 ?
  3. 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
  4. 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
  5. 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
  6. William23668

    Delphi 12 does not generate APK

    I found the app .aab in the bin folder of my project !!
  7. 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 ?
  8. William23668

    Undeclared identifier: '_CONTEXT'

    Ok. Will check all files.
  9. 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
  10. William23668

    Undeclared identifier: '_CONTEXT'

    Tried that same problem.
  11. 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 ?
  12. 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 ?
  13. 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:
  14. Hi I need a component that display images one by one in Firemonkey Android Thanks
  15. Shit I did thanks call stack working now.
×