Error building Player: UnityException: Resource re-package failed!

hello, my unity can’t publish game for android and display re-package error:

Failed to re-package resources with the following parameters:
package -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "E:/android-sdk/platforms/android-14\android.jar" -F bin/resources.ap_
Configurations:
 (default)
 hdpi
 ldpi
 xhdpi

i have
win7 64
unity 4.0.0f7

help me
thanks

I encountered the same thing when I tried to build for Android. I didn’t find a solution, but I noticed I am able to build for roughly 15min after a fresh Unity install…I abandoned my idea of publishing for Android then…

<application 
android:label="Your App Name" 
android:debuggable="true" 
android:icon="@drawable/app_icon">

//ad activities and other data

</application>

Now you are looking for error what is the error :slight_smile: look inside
< application android:theme=“@style/AppTheme”>

Remove android:theme=“@style/AppTheme”

add
< support-screens>
if not available in menifest

now try to build again :slight_smile: :slight_smile: i hope this help you :slight_smile: