Android Compile Errors

Hello, since some time ago i noticed when I compile in visual studio or try to package game on engine i get these errors:

Visual studio:

Ue4 When i try to Package Game [Android All] (not compiling, compile works I can launch game on phone):


Hopefully someone could help me, I’ve tried many things, none worked!

Hi Sampuig12,

Go into your project’s Config folder and make an Android folder. Create an AndroidEngine.ini here and put the following in it:


[Advertising]
DefaultProviderName=AndroidAdvertising

[OnlineSubsystem]
DefaultPlatformService=GooglePlay

[OnlineSubsystemGooglePlay.Store]
bSupportsInAppPurchasing=True


And remove these from the DefaultEngine.ini. This way only Android target will include them.

Hey there, thank you very much for the answer, my post did not have much succes although compiling for release is a major problem, so thanks for taking the time to help.

I have done what you said above, and sadly this did not affect compilation.

The errors that I am currently getting in visual studio :

In editor :
(Alot of java errors for some reason.


Hi Sampuig12,

Full text logs are more useful than screenshots; I can only see part of the problem. Try Debug or Development, not DebugGame.

Sure i’ll provide you a link ASAP

Visual studio log:

Ue4 Logs:

Hi Sampuig12,

Okay, a couple of things I see. Use Development instead of DevelopmentGame for Android. It also looks like you have an odd package name. Usually you would use “com.mycompany.productname”, I don’t think it likes you naming it ending with .package. Change the name and clear out your project’s Intermediate and Build/Android/src directories before trying to package again; this will make sure you don’t have duplicates of the generated downloader files with the wrong package name left over.

Also, it looks like the Victory plugin may be out of date? The line numbers don’t match the GitHub version and it likely needs recompiling.

Alrioght i’ll try all of that, be back in 5, thanks alot for the answer.

And the pluggin should be up to date, I am using :

for 4.10

Ok, bad news, sadly, nothing has changed, i don’t get it, i’ve tried alot of things, there must be a way to fix this surely?

Just in case you would need this:

oh well i found out something while posting these pics, the environement vars in path, ant.bat path is wrong version, just changing that to see if it works

Edit: Did not work.

Bumping this.

Hey there, I Reinstalled UE4 + Visual Studio(fixed a bug to generate VS files on right click)

I am still getting 1 error, a new one, i can’t figure out how to fix it.

In UE4 when i want to launch on android:

And in Visual Studio (2015):

Thank you.

Well I fixed it.

Repaired visual studio application.
Repaired epic games application.
Updated rama’s plugin.
Deleted Intermidiate Folder.
Generated Visual Studio Files.

This thread AND this one : https://forums.unrealengine.com/showthread.php?100176-Urgent-Launching-on-Android-And-Visual-Studio-Errors can be closed.

Thank you.

1 Like