error building apk

Hi, I’m trying to build apk, but get an error while “Updating resources with player settings…”
In console:
Error building Player: UnityException: Resource re-package failed!
Failed to re-package resources. See the Console for details.

Failed to re-package resources with the following parameters:
package -v -f -m -J gen -M AndroidManifest.xml -S “res” -I “E:/android-sdk-windows/platforms/android-16\android.jar” -F bin/resources.ap_
UnityEngine.Debug:LogError(Object)
PostProcessAndroidPlayer:PostProcess(BuildTarget, String, String, String, String, String, String, BuildOptions) (at C:/BuildAgent/work/d9c061b1c154f5ae/Editor/Mono/BuildPipeline/PostProcessAndroidPlayer.cs:300)
UnityEditor.HostView:OnGUI()

what does this mean and how to solve it?
thanks in advance,
Alexandra

Hey Alexandra,

I had some similar issues. Hopefully my post will help out. If you still have problems after updating your android sdk and unity, it probably has to do with some conflicting/overwritten xmls from plugins:

http://forum.unity3d.com/threads/166525-Google-Play-OBB-Downloader-issues

android androidManifest no resources (exp: drawable no *.png ),exp: unity3d “Plugins/res” you delete some…

In my case it turned out to be the logo default icon I set. When I removed it the problem was solved. Weird. (The icon has transparent regions, never tried such an icon before)