Jump to content

limelect

Members
  • Content Count

    775
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by limelect


  1. One thing may be very important

    For left-right to work on Android, I have

    this files now I wonder if this is the problem

    although I doubt  

     

    I will try NOT to use this files and see what happenes

    1725639615_Screenshot-29_05_202311_59_59.jpg.7c51dcdff4fb3736733bf0f3e58e07fc.jpg


  2. 1. I did try to install it by moving the APK to a directory on the phone -- the program does not start seeing

        only the icon as the picture shows

    2. On a debug mode the form does not even start >>>> BRP here   Application.Initialize;

    3. This is a program on S2 that worked perfectly with D10

    4. All compilation works without any errors or warnings.

    5. I deleted the Android manifest template so it made a new one.

    6. I think I did all possible things with my knowledge

    7. I expect moving from 10 to 11 and compiling, not so old program,

         will be without any problems.

    8. All Java is there and seen without any problems


  3. A little history.

    Same software was  compiled on D10.2.3 and WORKED !!!! on S2 phone.

    when i moved to S6 phone the software did not work.

    So i thought D11.3 will do the job.

    So i thought but Embarcadero is stronger then me.

    Never happened with Android studio

     

     


  4. D11.3 CE.

    A simple program loads to S6 phone. just a button and label

    Loading complex program shows only this screen

    BRP here   Application.Initialize; does not stop or oncreate form either

    So now how to debug ?

    32bit

    No errors just  stack

    Screenshot_20230523_185102[1].jpg


  5. 2 hours ago, Patrick PREMARTIN said:

    After installation they are available in the Publics documents / Embarcadero / Studio / 22 / CatalogRepository / NDK, JDK,etc folder

     

    You can get the folders from Tools / Options / Deployment / SDK / Android

     

    If you didn't add them, you'll find the JDK/NDK/Java options in Tools / Platforms / Options dialog box

     

    I have those folders but NO Avd Manger and.exe SDK manager.exe in them

    This is why I asked the question


  6. I downloaded the community edition for evaluation 11.3

    On my D10.2.3 I have  Avd Manger and SDK manager 

    No such programs on the 11.3

    Any advice?

    Can I compile it for Android?

    Ndk and SDK exist.

    Can I copy the above programs to (user) 22 folder?


  7. @dummzeuchwell I did not work for 20 years with AutoHotkey

    so can you clarify if your code works with WinKey  on VCL memo

    where this is the problem.

    On FMX as I said it works OK.

    Can you plz clarify what your code does? (I do not remember all the small AutoHotkey detail)


  8. @dummzeuch The code will not help since it is an AutoHotkey script. It is compiled

    by AutoHotkey to execute. it is 10 lines very simple like

    #1:: Send, Delphi
    that's it !!! 10 lines like the above

    One can duplicate the line compile run the exe and see.

    In my case, it is so usable since if you write the same text

    over and over again this script is important for me at least.

    Obviously, debug does not help in this case

    But why in FMX it works?

    So it is VCL problem

     

×