Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
0
Question by nsingla85 · Sep 29, 2015 at 07:58 AM · androidscripting problemunity5unityeditorresources.load

Error building Player: CommandInvokationFailure: Failed to re-package resources.

I have an android library project with resources and imported the library project in the Unity project here

F:\Unity\demoproject\testing\Testing\Assets\Plugins\Android)

When I am trying to build my project in Unity then I am getting the following error :-

   ner.png
         Src: (xhdpi-v4) res\drawable-xhdpi\app_banner.png
       drawable\app_icon.png
         Src: () res\drawable\app_icon.png
       values\strings.xml
         Src: () res\values\strings.xml
       AndroidManifest.xml
         Src: () AndroidManifest.xml
     
     Resource Dirs:
       Type drawable
         drawable\app_banner.png
           Src: (xhdpi-v4) res\drawable-xhdpi\app_banner.png
         drawable\app_icon.png
           Src: () res\drawable\app_icon.png
       Type values
         values\strings.xml
           Src: () res\values\strings.xml
     Including resources from package: F:\AndroidStudio\AndroidStudioSDK\sdk\platforms\android-22\android.jar
     applyFileOverlay for drawable
     applyFileOverlay for layout
     applyFileOverlay for anim
     applyFileOverlay for animator
     applyFileOverlay for interpolator
     applyFileOverlay for transition
     applyFileOverlay for xml
     applyFileOverlay for raw
     applyFileOverlay for color
     applyFileOverlay for menu
     applyFileOverlay for mipmap
     Processing image: res\drawable-xhdpi\app_banner.png
     Processing image: res\drawable\app_icon.png
         (processed image res\drawable\app_icon.png: 94% size of source)
         (processed image res\drawable-xhdpi\app_banner.png: 93% size of source)
         (new resource id app_banner from xhdpi-v4\drawable\app_banner.png #generated)
         (new resource id app_icon from drawable\app_icon.png #generated)
     ]

Unity Structure alt text

Manifest.xml

 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.example.testinglib"
     android:versionCode="1"
     android:versionName="1.0" >
 
     <uses-sdk
         android:minSdkVersion="8"
         android:targetSdkVersion="21" />
 
     <application
         android:allowBackup="true"
         android:icon="@drawable/ic_launcher"
         android:label="@string/app_name"
         android:theme="@style/AppTheme" >
 
          <activity android:name="com.unity3d.player.UnityPlayerActivity"
                   android:label="@string/app_name">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
         </activity>
 
              <activity
             android:name=".MainActivity"
             android:label="@string/app_name" >
         </activity>
     </application>
 
 </manifest>

alt text

Script File

 using UnityEngine; 
 using System.Collections; 
  
 public class Freeb : MonoBehaviour { 
  
     // Use this for initialization 
     void Start () { 
  
     } 
  
     public void OnGUI(){ 
  
         if (GUI.Button (new Rect (50, 50, 100, 100), "Open")) {
             //AndroidJavaClass unity = new AndroidJavaClass ("com.unity3d.player.UnityPlayer"); 
  
             AndroidJavaClass unity = new AndroidJavaClass ("com.unity3d.player.UnityPlayer");
             AndroidJavaObject currentActivity = unity.GetStatic<AndroidJavaObject> ("currentActivity");
             currentActivity.Call ("createMethod", currentActivity);
         } 
  
     } 
  
  
 } 


untitled.png (41.7 kB)
untitleds.png (160.3 kB)
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

34 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

AR Game Crashes after launch (AR Foundation/Android) 0 Answers

LoadScene not working 0 Answers

Playerprefs are not deleting when an apk is uninstalled? 0 Answers

Problem with Resources.Load in Android 0 Answers

How to move a Gameobject in an Android Game with ScreenLandscape? 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges