Call for testing: Android Studio

As suspected, this is broken. It works on amd64 perfectly, but if you install it on an i386 system, it’s broken.

I suspect we may need the architectures: [amd64] stanza ? Or some other way to make it not build a mixed snap. Not quite sure how we do that with build.snapcraft.io - perhaps @cjwatson know the magic?

I’ve never seen a snap which has the same revision in both architectures before.

 # snapcraft status android-studio
Track    Arch    Channel    Version    Revision
latest   amd64   stable     -          -
                 candidate  3.0.1.0    27
                 beta       3.0.1.0    27
                 edge       3.0.1.0    27
         i386    stable     -          -
                 candidate  3.0.1.0    27
                 beta       3.0.1.0    27
                 edge       3.0.1.0    27

(or does it just need to ship with both amd64 and i386 jre? That seems a nasty solution).