Search Unity

APK Fail after adding a Google (Any) plugin? Here's the solution...

Discussion in 'Android' started by ma.parizeau, Oct 13, 2014.

  1. ma.parizeau

    ma.parizeau

    Joined:
    Mar 21, 2010
    Posts:
    116
    HI everyone,

    I just installed the Google Analytique (BETA) plugin from Google. (But this can happen with any of Googles plugins)

    After doing so, I started getting some problems. I couldn't build anymore.

    At first, I was getting a problem with my Resource folder (I didn't have one).
    - I tried creating one but still getting the same error. That ended up being a misplaced AndroidManifest. It was in Plugins/Android/unityads and I moved it to Plugins/Android like the instruction said... But it gave me this error. So I put back to it's original place and that error was gone.​

    But now, I was getting a Win32Exception error with java. I tried updating both the 32bit version and the 64 bit version, that didn't work.

    The solution was, credit goes to Hurder, you need JDK 8 (both 32 bit and 64 bit ... I didn't take a chance ;) )

    So if this can help anyone... well great.