- Home /
Non-class resources from jar libraries are not included in final apk
Recently I found that non-java resources (e.g. images, properties, xml configurations) from included jar libraries are not copied to the final apk during Unity Android build. As a result as soon as we try to load them from java side - application crashes with I/WindowState﹕ WIN DEATH: Window..
. exception.
During native Android SDK development we had similar issue but it was easily solved by additional gradle configuration. In case of Unity I didn't find a easy way to modify apk build process.
Issue is described in detail (with demo) on my blog
Any ideas how solve this problem?
Your answer

Follow this Question
Related Questions
System date countdown c# 2 Answers
Has anybody had trouble using UnityUI after returning from Handheld.PlayFullScreenMovie on Android? 0 Answers
Google USB driver version 11 backward compatible with XP? 0 Answers
Android not render like Editor, Windows [Screenshots] 0 Answers
i can't build my android game 1 Answer