• 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 Android-YYC,"Exception while parsing supplied manifest file"

C

Charyb

Guest
Using EA v1.99.525

I've had two problems so far when trying to build to Android-YYC, the latter of which is unsolved and thus I cannot build to Android-YYC:

FAILURE: Build failed with an exception.

* What went wrong:
Task 'assembleRelease' not found in root project 'com.test.mygame'.
Restarted GM:Studio EA, and now I have this error which I cannot seem to solve:
...
:com.test.mygame:compileReleaseAidl
:com.test.mygame:compileReleaseRenderscript
:com.test.mygame:generateReleaseBuildConfig[Fatal Error] :280:94: Element type "meta-data" must be followed by either attribute specifications, ">" or "/>".

FAILURE: Build failed with an exception.

* What went wrong:
Exception while parsing the supplied manifest file X:\com.test.mygame\src\main\AndroidManifest.xml
> Element type "meta-data" must be followed by either attribute specifications, ">" or "/>".
 
P

PlayLight

Guest
Using EA v1.99.525

I've had two problems so far when trying to build to Android-YYC, the latter of which is unsolved and thus I cannot build to Android-YYC:



Restarted GM:Studio EA, and now I have this error which I cannot seem to solve:

Looks to be a simple Manifest file discrepancy.
Extensions: check that all Manifest injections are formatted correctly. (Check all Elements, not just 'meta-data').
+ clear build cache.
 
C

Charyb

Guest
Looks to be a simple Manifest file discrepancy.
Extensions: check that all Manifest injections are formatted correctly. (Check all Elements, not just 'meta-data').
+ clear build cache.
Mmm where do I check this exactly?

I mean I looked in the extensions folder and found yymanifest.xml but everything looked to be in order. No improper tags.

I should also mention this only happens on EA and does not happen in the regular GM:Studio version.

And yes I have cleared my build cache.
 
Top