Replies: 1 comment 3 replies
-
do you have any error message when it's crash ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have to fix the DX.bat to ensure the librariesRootPath correctly find the ..alcinoe-master\lib\jar dir. Also the line:
SET _d8Cmd=%_dxCmd:dx.bat"=d8.bat"!_extraParams! --lib C:\Android-SDK\platforms\android-29\android.jar% (my sdk path)
Before that I was unable to compile. Reading previous issues posts I figured out that I should include the patched FMX that should be into the ..\alcinoe-master\references\embarcadero folder, but it is no longer valid, the Embarcadero folder is moved to \alcinoe-master\embarcadero{my delphi version} folder and btw I am using the 10.3.3 CE edition.
Also I need to deploy some .jar libs (I dunno exactly what these jar files are), but I have a doubt if the deploy meant to add into the Project -> Deployment -> Add files (what could be the target folder there? /res? ) or adding via Target->Libraries (which I think that could be the correct).
The project compiles but it will crash as soon it opens.
Beta Was this translation helpful? Give feedback.
All reactions