Jump to content

stacker_liew

Members
  • Content Count

    106
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by stacker_liew

  1. stacker_liew

    Why AV happen here

    Finally I managed to solve this problem, by using different FrameStand for different Frame. TFrameStandDemo.7z
  2. stacker_liew

    Why AV happen here

    But it's ok in the first frame but not in the second frame.
  3. stacker_liew

    D11.2 Generated APK

    Does it possible running at Android 10?
  4. stacker_liew

    D11.2 Generated APK

    OK, Thank you.
  5. stacker_liew

    Move The TitleBar To Normal

    How to move the TitleBar to normal position?
  6. But Work Perfectly In Windows FMXCalc.7z
  7. Reboot the phone won't help.
  8. I can connect via adb, can you guide me?
  9. I don't have the option for this, and I can't find the app to be deleted.
  10. Even I turn off the miui optimization also won't work.
  11. Even deleted AndroidManifest.template also won't work for me. May be my Redmi Note 9S, Android 12 problem.
  12. Using Android 12, Redmi Note 9S Delphi 11.2 Result: INSTALL_FAILED_USER_RESTRICTED: Invalid apk
  13. stacker_liew

    Unable To Install Android Apk Under Developer Mode Via USB

    It seems delete the original app doesn't work for me, I still feel it left something after delete the app.
  14. stacker_liew

    Project From D11.1 to D11.2

    Not compile due to [DCC Fatal Error] F1026 File not found: 'C:\Users\Public\Documents\Embarcadero\Studio\22.0\CatalogRepository\AndroidNDK-21-22.0.45591.0253\android-ndk-r21\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\aarch64-linux-android\bin\ld.exe' How to resolve this?
  15. stacker_liew

    Unable To Install Android Apk Under Developer Mode Via USB

    Finally, I changed the package in Version Info to something else other than the original com.embarcadero., it managed to install the app, but layout just messed.
  16. stacker_liew

    Unable To Install Android Apk Under Developer Mode Via USB

    I added android:exported="true" to AndroidMainfest.template, and it return with this result.
  17. stacker_liew

    Unable To Install Android Apk Under Developer Mode Via USB

    I deleted the AndroidManifest.template and rebuild the project, still the same result.
  18. stacker_liew

    Unable To Install Android Apk Under Developer Mode Via USB

    Now another problem again.
  19. stacker_liew

    TFrameStand Question

    Anyone familiar with TFrameStand? I created an app with TFrameStand, but it doesn't work as expected. TFrameStandDemo.7z
  20. stacker_liew

    TFrameStand Question

    But the animations still not working as expected.
  21. stacker_liew

    TFrameStand Question

    if TFrameStandDemoFrameStand.FrameInfos.Count > 0 then begin if TFrameStandDemoFrame.IsVisible then begin TFrameStandDemoFrameStand.HideAndCloseAll([TTFrameStandDemoFrame]); Exit; end; end; Change the source to this will fix the av.
  22. stacker_liew

    TFrameStand Question

    Why when none frame is shown, I tried to click back key or (press the escape) I'll get av but not with the Windows's close button?
×