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
1
Question by Stormx360 · Dec 03, 2016 at 09:39 AM · androidbuild-errorandroid buildandroid sdk

Android build problems.

Hi all, running into this error attempting to compile for Android, I can compile for Windows fine.

I've tried downgrading the SDK version (I'm using 23.03 as another poster stated that anything above this had issues in another thread), along with reimporting the project etc.

Using JDK8u112 and the latest version of Android Studio, probably something small and simple to fix that i'm overlooking but any help would be great.

 CommandInvokationFailure: Failed to re-package resources.
     C:\Users\xxxxx\AppData\Local\Android\sdk\build-tools\23.0.3\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "C:/Users/xxxxx/AppData/Local/Android/sdk\platforms\android-24\android.jar" -F bin/resources.ap_
 stderr[
     ERROR: Unable to open class file gen\con\xxxxx\projectname\R.java: No such file or directory
     ]
     stdout[
     Configurations:
      (default)
      v14
      v21
      ldpi-v4
      mdpi-v4
      hdpi-v4
      xhdpi-v4
      xxhdpi-v4
      xxxhdpi-v4
     
     Files:
       drawable\app_banner.png
         Src: (xhdpi-v4) res\drawable-xhdpi\app_banner.png
       drawable\app_icon.png
         Src: (ldpi-v4) res\drawable-ldpi\app_icon.png
         Src: (mdpi-v4) res\drawable-mdpi\app_icon.png
         Src: (hdpi-v4) res\drawable-hdpi\app_icon.png
         Src: (xhdpi-v4) res\drawable-xhdpi\app_icon.png
         Src: (xxhdpi-v4) res\drawable-xxhdpi\app_icon.png
         Src: (xxxhdpi-v4) res\drawable-xxxhdpi\app_icon.png
       values\strings.xml
         Src: () res\values\strings.xml
       values\styles.xml
         Src: () res\values\styles.xml
         Src: (v14) res\values-v14\styles.xml
         Src: (v21) res\values-v21\styles.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: (ldpi-v4) res\drawable-ldpi\app_icon.png
           Src: (mdpi-v4) res\drawable-mdpi\app_icon.png
           Src: (hdpi-v4) res\drawable-hdpi\app_icon.png
           Src: (xhdpi-v4) res\drawable-xhdpi\app_icon.png
           Src: (xxhdpi-v4) res\drawable-xxhdpi\app_icon.png
           Src: (xxxhdpi-v4) res\drawable-xxxhdpi\app_icon.png
       Type values
         values\strings.xml
           Src: () res\values\strings.xml
         values\styles.xml
           Src: () res\values\styles.xml
           Src: (v14) res\values-v14\styles.xml
           Src: (v21) res\values-v21\styles.xml
     Including resources from package: C:\Users\xxxxx\AppData\Local\Android\sdk\platforms\android-24\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-ldpi\app_icon.png
         (processed image res\drawable-ldpi\app_icon.png: 90% size of source)
     Processing image: res\drawable-mdpi\app_icon.png
     Processing image: res\drawable-hdpi\app_icon.png
         (processed image res\drawable-hdpi\app_icon.png: 89% size of source)
     Processing image: res\drawable-xhdpi\app_icon.png
     Processing image: res\drawable-xxhdpi\app_icon.png
         (processed image res\drawable-mdpi\app_icon.png: 87% size of source)
     Processing image: res\drawable-xxxhdpi\app_icon.png
         (processed image res\drawable-xhdpi\app_icon.png: 87% size of source)
         (processed image res\drawable-xxhdpi\app_icon.png: 88% size of source)
         (processed image res\drawable-xhdpi\app_banner.png: 93% size of source)
         (processed image res\drawable-xxxhdpi\app_icon.png: 91% size of source)
         (new resource id app_banner from xhdpi-v4\drawable\app_banner.png #generated)
         (new resource id app_icon from ldpi-v4\drawable\app_icon.png #generated)
         (new resource id app_icon from mdpi-v4\drawable\app_icon.png #generated)
         (new resource id app_icon from hdpi-v4\drawable\app_icon.png #generated)
         (new resource id app_icon from xhdpi-v4\drawable\app_icon.png #generated)
         (new resource id app_icon from xxhdpi-v4\drawable\app_icon.png #generated)
         (new resource id app_icon from xxxhdpi-v4\drawable\app_icon.png #generated)
     ]
     UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
     UnityEditor.Android.PostProcessor.Tasks.TasksCommon.Exec (System.String command, System.String args, System.String workingdir, System.String errorMsg, Int32 retiresOnFailure)



Comment
Add comment · Show 2
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
avatar image liortal · Dec 03, 2016 at 09:42 AM 0
Share

can you mention what android plugins you're using? do you have any android libraries, res/ folders, .jar or .aar files in your project? can you please list what you're using.

avatar image Stormx360 liortal · Dec 03, 2016 at 01:59 PM 0
Share

Not using any additional plug ins etc, I just downloaded Android Studio/Android SD$$anonymous$$ from https://developer.android.com/studio/index.html, along with with the JD$$anonymous$$ from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html, The build itself is untouched from the PC version at the moment as my only input so far is a singular Input.Get$$anonymous$$ouseButtonDown (which I believe translates over to a touch on mobile devices).

All i've done before the OP is basically set the build to android in the settings, point unity towards the android development kit and JD$$anonymous$$ along with fix any small errors that cropped up before this (mainly changing the bundle identifier etc)

2 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by raincrowgames · Dec 03, 2016 at 01:32 PM

I think you have deleted on of the dependencies of a plugin, try re-importing all the plugins you are using and it should work. I had the same error because I accidentally a plugin from my android folder which I didn't think was of use, turned out it was.

Comment
Add comment · Share
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
avatar image
0

Answer by liortal · Dec 03, 2016 at 02:06 PM

Not really sure.. I don't recall seeing this issue before myself. I know that i could probably help if you contact me here: http://goo.gl/qHOa2G

Comment
Add comment · Share
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

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

123 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 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 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 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

CommandInvokationFailure: Failed to re-package resources 0 Answers

Unity 5.6.4p3 build Android App Unable to list target platforms. 2 Answers

The attribute meta-datattcom.google.android.gms.ads.APPLICATION JD@value=********** in :GoogleMobileAdsPlugin.androidlib collides with another value (See the Console for details) 0 Answers

Phone not found 1 Answer

Package Appears to be Corrupt error on Android,Package appears to be corrupt on android?? 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