tanush_23
(tanush_23)
February 1, 2022, 8:54am
1
Hi, I am a beginner in unreal engine. I want to package
an empty project to android so to make sure that I have setup all things correctly to package to android. But I am getting an error like this-
I am using unreal engine 4.26
Would Appreciate any help!
dududadudu
(dududadudu)
February 4, 2022, 12:37pm
2
Hi, I’m getting the same error in 4.27. Have you made any progress with this?
tanush_23
(tanush_23)
February 5, 2022, 4:57am
3
No, not made any progress
tanush_23
(tanush_23)
February 5, 2022, 1:32pm
4
Finally I have solved it!
Steps to resolve the error-
delete any unreal engine version in your pc that used codeworks
set minimum sdk version and target sdk version to default (in my case it was set to 19 and 28 respectively)
in android sdk section set ndk to android-21 and sdk to matchndk
do not forget (which I forgot) to set the android package name
The error should have disappeared by now.