Unity - Issue with Android Java JAR inclusion -
Unity - Issue with Android Java JAR inclusion -
i have included java jar "assets/plugins/android/" not able utilize in unity app.
i have verified called jar jar fails. have determined due jar including text file in it. when utilize jar , build via android build tools files set in "com/name/name/text.file". in unity doesn't unpackage these files jar folders android build tools.
am doing wrong in unity? need set jar in different location?
try place file @ "assets/plugins/android/com/name/name/text.file". if doesn't work might able utilize post-processing build script open .apk file , add together missing file appropriate location , resign , realign it.
http://docs.unity3d.com/manual/buildplayerpipeline.html
java android jar unity3d
Comments
Post a Comment