I am working on an unreal AR application. I am new to Unreal Engine. Currently, I am facing the following error which I think is related to android packaging. Error comes almost at the end of compilation as:
LogPlayLevel: Using this aapt: C:/Users/DELL/AppData/Local/Android/Sdk\build-tools\30.0.3\aapt.exe
LogPlayLevel: ResourceType W 07-06 07:16:20 2364 17092 No known package when getting value for resource number 0x7f06001a
LogPlayLevel: Error: AndroidManifest.xml:34: error: ERROR getting ‘android:icon’ attribute: attribute value reference does not exist
LogPlayLevel: GetPackageInfo ReturnValue: com.YourCompany.PlaneTracking
LogPlayLevel: Running: C:\Users\DELL\AppData\Local\Android\Sdk\platform-tools\adb.exe - shell “echo $EXTERNAL_STORAGE”
LogPlayLevel: Took 0.1196841s to run adb.exe, ExitCode=0
Could anyone suggest a solution? I would be really thankful to you.