Search Unity

Updated android plugin tutorial request.

Discussion in 'Community Learning & Teaching' started by jister, Sep 30, 2015.

  1. jister

    jister

    Joined:
    Oct 9, 2009
    Posts:
    1,749
    Hey,
    since eclipse got replaced by android studio and unity 5 change some plugin handling, I'm having a hard time getting an android plugin to work.
    99% of info on the net for android plugins is still based on eclipse.
    It would be great if some plugin guru could mockup a small tutorial on the workflow of unity (export google android) -> android studio -> unity.
    also all the tutorials i can find on using android studio with unity don't use the export option for android in unity, but start a project in Android studio and change the gradle build file to produce the wanted jar file...
     
  2. jister

    jister

    Joined:
    Oct 9, 2009
    Posts:
    1,749
    ok so, i didn't find out how to do it with the google android export, and using an .aar... but here is how i've done it with a .jar.
    thanks to thegamecontriver tutorial.