stacker_liew
Members-
Content Count
106 -
Joined
-
Last visited
-
Days Won
1
Everything posted by stacker_liew
-
Anyone can help to look for the code? What is the reason av is happen when the login frame is shown, and Back key is click av triggered. TFrameStandDemo.7z
-
Finally I managed to solve this problem, by using different FrameStand for different Frame. TFrameStandDemo.7z
-
But it's ok in the first frame but not in the second frame.
-
Does it possible running at Android 10?
-
OK, Thank you.
-
How to move the TitleBar to normal position?
-
These Projects Does Not Install Into Android 12 Via Delphi 11.2
stacker_liew posted a topic in Cross-platform
But Work Perfectly In Windows FMXCalc.7z -
These Projects Does Not Install Into Android 12 Via Delphi 11.2
stacker_liew replied to stacker_liew's topic in Cross-platform
Reboot the phone won't help. -
These Projects Does Not Install Into Android 12 Via Delphi 11.2
stacker_liew replied to stacker_liew's topic in Cross-platform
I can connect via adb, can you guide me? -
These Projects Does Not Install Into Android 12 Via Delphi 11.2
stacker_liew replied to stacker_liew's topic in Cross-platform
I don't have the option for this, and I can't find the app to be deleted. -
These Projects Does Not Install Into Android 12 Via Delphi 11.2
stacker_liew replied to stacker_liew's topic in Cross-platform
You mean this? -
These Projects Does Not Install Into Android 12 Via Delphi 11.2
stacker_liew replied to stacker_liew's topic in Cross-platform
Even I turn off the miui optimization also won't work. -
These Projects Does Not Install Into Android 12 Via Delphi 11.2
stacker_liew replied to stacker_liew's topic in Cross-platform
Even deleted AndroidManifest.template also won't work for me. May be my Redmi Note 9S, Android 12 problem. -
These Projects Does Not Install Into Android 12 Via Delphi 11.2
stacker_liew replied to stacker_liew's topic in Cross-platform
TFrameStandDemo.7z -
These Projects Does Not Install Into Android 12 Via Delphi 11.2
stacker_liew replied to stacker_liew's topic in Cross-platform
FMXClock.7z -
Unable To Install Android Apk Under Developer Mode Via USB
stacker_liew posted a topic in Cross-platform
Using Android 12, Redmi Note 9S Delphi 11.2 Result: INSTALL_FAILED_USER_RESTRICTED: Invalid apk -
Unable To Install Android Apk Under Developer Mode Via USB
stacker_liew replied to stacker_liew's topic in Cross-platform
It seems delete the original app doesn't work for me, I still feel it left something after delete the app. -
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?
-
Unable To Install Android Apk Under Developer Mode Via USB
stacker_liew replied to stacker_liew's topic in Cross-platform
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. -
Unable To Install Android Apk Under Developer Mode Via USB
stacker_liew replied to stacker_liew's topic in Cross-platform
I added android:exported="true" to AndroidMainfest.template, and it return with this result. -
Unable To Install Android Apk Under Developer Mode Via USB
stacker_liew replied to stacker_liew's topic in Cross-platform
I deleted the AndroidManifest.template and rebuild the project, still the same result. -
Unable To Install Android Apk Under Developer Mode Via USB
stacker_liew replied to stacker_liew's topic in Cross-platform
Now another problem again. -
Anyone familiar with TFrameStand? I created an app with TFrameStand, but it doesn't work as expected. TFrameStandDemo.7z
-
But the animations still not working as expected.
-
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.