Strange Android Packaging Error

After deleting the Intermediate and Saved folders I now get this:
https://www…com/s/i1fkiv2fhyybpxn/Deleted%20folders.txt?dl=0

And deleting the Config folder the mobile controls get removed.

Yes, deleting your Config folder will revert changes in your project back to default which can be a pain for some. That’s why I suggested only if you hadn’t made any changes.

The error relates back to your Project Folder/Intermediates/Android/Bin folder, but deleting your Intermediate folder should update that when it’s recreated. It’s possible that it comes back on the installation of supporting programs.

Just so make sure everything is covered, have you tried or completed the following:

  • Uninstalled VS2015
  • Uninstall AndroidWorks/
  • Restarted PC
  • Clean install of VS2015 with the C++ Tools installed too
  • Installed CodeWorks (1R4 u2) standard set up
  • Restart PC again

[Android Documentation][1]

Setting Up Unreal Engine Projects for Android Development | Unreal Engine 5.1 Documentation

Sorry for the late response. After doing those steps I get this: https://www…com/s/85g4499efxn713q/FreshInstall.txt?dl=0

To make sure you’ve deleted the correct file, please delete E:\UnReal Projects\MFMod\Intermediate\Android\ and repackage.

Could you also upload a screenshot of your installed plugins. To get to that location, simply open up the Epic Games Launcher and click on ‘Installed Plugins’ underneath your version of the engine.

Thanks!

After deleting the android folder, I get this: https://www…com/s/68rjz8vnqv83opl/Deleted%20android.txt?dl=0
Also, the Epic Games Launcher says that i don’t have any plugins installed.

Do you have any []'s in your project name? To check go to your Project Settings > Platforms - Android > APKPackaging and look under Android Package Name.

Example: com.SamanthaCompany.SamanthaProject

Thanks!

I did, and removing them fixed the problem. Thanks for the help!

You’re welcome!