• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android Problem Android Export

M.G.

Member
Hi,

I have in the last week released a Game in the Playstore.

Now I wanted to add some updates.

But the Problem, the Project can not be compiled anymore.

It stands there:

Build Failed

* What went wrong:
A problem occurred evaluating project ':downloader_library'.
> Project with path ':library' could not be found in project ':downloader_library'.

The first thing I did, all SDK Tools updatet.

But it does not help!

Does anyone know the problem?
 

Nocturne

Friendly Tyrant
Forum Staff
Admin
Do you use the APK expansion extension? Iirc, that error relates to it... So, if you do, maybe re-add the extension to the project and try again, as it could have become corrupted. If you don't then make sure you haven't flagged it as being used in the Game Options (in the "Packaging" section).
 

M.G.

Member
Thanks for your help!

But now it is there:

* What went wrong:
Execution failed for task ':mg.myname.mygame:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

But no compilation errors are displayed!
 
Top