Closed zhatuokun closed 3 years ago
It wasn’t precompiled for android, I generally don’t precompile any of my modules for android.
From: 查托坤 @.> Sent: Wednesday, November 24, 2021 1:25 AM To: mordentral/AdvancedSessionsPlugin @.> Cc: Subscribed @.***> Subject: [mordentral/AdvancedSessionsPlugin] It support Android? (Issue #15)
I tried to move the binaries to the Engine/Plugins directory, which packaged normally under the Windows system, but when I packaged the Android system, I was prompted "Missing precompiled manifest for 'AdvancedSessions'. This module was most likely not flagged for being included in a precompiled build-set' PrecompileForTargets = PrecompileTargetsType.Any;' in AdvancedSessions.build.cs to override". The version of the engine I use is 4.27.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mordentral/AdvancedSessionsPlugin/issues/15 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ABC3YT4RWGO65ZRT3ADHFWTUNSAKXANCNFSM5IVHWPLA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub . https://github.com/notifications/beacon/ABC3YTZHLD5FUKYLBAOTXSLUNSAKXA5CNFSM5IVHWPLKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4P2NSJGQ.gif
Please tell me what I should do if I want to pack for Android.
Put it in the project directory and it should work fine. Alternatively, precompile it for android .
From: 查托坤 @.> Sent: Wednesday, November 24, 2021 8:31 AM To: mordentral/AdvancedSessionsPlugin @.> Cc: Joshua (MordenTral) Statzer @.>; Comment @.> Subject: Re: [mordentral/AdvancedSessionsPlugin] It support Android? (Issue #15)
Please tell me what I should do if I want to pack for Android.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mordentral/AdvancedSessionsPlugin/issues/15#issuecomment-977880351 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ABC3YTZFBO4B4MIVCHGUMADUNTSH7ANCNFSM5IVHWPLA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub . https://github.com/notifications/beacon/ABC3YTZ46EHEGHXWOTEHHTTUNTSH7A5CNFSM5IVHWPLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHJEUKHY.gif
Put it in the project folder and work in the editor, but the application doesn't work when I pack it, and it works after I precompile it in windows. Could you please tell me how to precompile for Android? I'm a novice.
It will work when you package it if you have the correct NDK installed, is it just not packaging or is the application crashing
From: 查托坤 @.> Sent: Wednesday, November 24, 2021 8:47 AM To: mordentral/AdvancedSessionsPlugin @.> Cc: Joshua (MordenTral) Statzer @.>; Comment @.> Subject: Re: [mordentral/AdvancedSessionsPlugin] It support Android? (Issue
Put it in the project folder and work in the editor, but the application doesn't work when I pack it, and it works after I precompile it in windows. Could you please tell me how to precompile for Android? I'm a novice.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mordentral/AdvancedSessionsPlugin/issues/15#issuecomment -977894303 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ABC3YT5MSBPZSKGVQEPTCW3UN TUFFANCNFSM5IVHWPLA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&m t=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=u tm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub . https://github.com/notifications/beacon/ABC3YT2G4XRU5RPHPJJUOY3UNTUFFA5CNFS M5IVHWPLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHJEXXHY .gif
Okay, thanks. I found the problem. Just disable the AdvancedSteamSessions plugin.
Put the AdvancedSessions plugin under the project folder
Hi , great work from mordentral
Can anyone please send screenshot how to (use/compile/precompile) advanced session plugin for Android Or any demo project for Android???
How to pre_compile Advanced session plugin for Android??? Please share some screenshots
You shouldn't need to, when you launch to android it should compile it.
You shouldn't need to, when you launch to android it should compile it.
hi mordentral , i am using ue5.1 and when i export for android , apk works properly , but without eos , why it doesn't promote me to login screen like windows., is this not enough to use eos in android? |
---|
\ /
I don't have anything to do with EOS, that would be a better question elsewhere
I tried to move the binaries to the Engine/Plugins directory, which packaged normally under the Windows system, but when I packaged the Android system, I was prompted "Missing precompiled manifest for 'AdvancedSessions'. This module was most likely not flagged for being included in a precompiled build-set' PrecompileForTargets = PrecompileTargetsType.Any;' in AdvancedSessions.build.cs to override". The version of the engine I use is 4.27.