- Home /
Upgrade from 5.0.1 to 5.1.2f1, cannot build in android now, continued.
Since I'm not allowed to edit or reply more than once to my original issue here:
http://answers.unity3d.com/questions/1018878/upgrade-from-501-to-512f1-cant-build-in-android-no.html
I'm posting my update in a new question.
Update.
I upgraded to Unity 5.2.1f today to see if anything had change.
I downloaded the latest version of the 4 addson I use. Same error.
I realize this is probalby an error with add-on code but if someone at Unity could tell me what these error messages are referring too. ie If they could load up a test project with these addons and see if compiling as an Android app gets them the same error, and they could step through their code and see exactly what it hates. Well I'd be really appreciative. I'm stuck using Unity 5.0.4 until this error magically resolves itself, or Unity includes an Android login ability like they did with Apple, since I'm pretty sure this is a google play addon issue.
The "addons" I use are:
HeyZap ads: https://developers.heyzap.com/docs/unity_sdk_setup_and_requirements
Google Ads 2.3.1: https://github.com/googleads/googleads-mobile-unity/releases
Photon Plus: Off the store
Google Play for Unity: https://github.com/playgameservices/play-games-plugin-for-unity
2 errors I gets posted from Unity building for Android:
IndexOutOfRangeException: Array index is out of range. UnityEditor.Android.PostProcessAndroidPlayer.CheckPluginsBundleIdForConflicts (System.String stagingArea, UnityEditor.Android.AndroidLibraries androidLibraries) UnityEditor.Android.PostProcessAndroidPlayer.PostProcessInternal (BuildTarget target, System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry) UnityEditor.Android.PostProcessAndroidPlayer.PostProcess (BuildTarget target, System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry) UnityEditor.Android.AndroidBuildPostprocessor.PostProcess (BuildPostProcessArgs args) UnityEditor.PostprocessBuildPlayer.Postprocess (BuildTarget target, System.String installPath, System.String companyName, System.String productName, Int32 width, Int32 height, System.String downloadWebplayerUrl, System.String manualDownloadWebplayerUrl, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry) (at C:/buildslave/unity/build/Editor/Mono/BuildPipeline/PostprocessBuildPlayer.cs:316) UnityEditor.HostView:OnGUI()
IndexOutOfRangeException: Array index is out of range. UnityEditor.Android.PostProcessAndroidPlayer.CheckPluginsBundleIdForConflicts (System.String stagingArea, UnityEditor.Android.AndroidLibraries androidLibraries) UnityEditor.Android.PostProcessAndroidPlayer.PostProcessInternal (BuildTarget target, System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry) UnityEditor.Android.PostProcessAndroidPlayer.PostProcess (BuildTarget target, System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry) UnityEditor.Android.AndroidBuildPostprocessor.PostProcess (BuildPostProcessArgs args) UnityEditor.PostprocessBuildPlayer.Postprocess (BuildTarget target, System.String installPath, System.String companyName, System.String productName, Int32 width, Int32 height, System.String downloadWebplayerUrl, System.String manualDownloadWebplayerUrl, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry) (at C:/buildslave/unity/build/Editor/Mono/BuildPipeline/PostprocessBuildPlayer.cs:316) UnityEditor.HostView:OnGUI()
I am also getting this problem. In general unity in Android has been having a bunch of issues with plugins since 5.1 Any news from Unite $$anonymous$$m about this?
Cant edit more than once? Why is this?
Also the reply in the last thread doesnt really constitute an answer. I could convert it to a comment if you wish.
Answer by Chiri · Oct 05, 2015 at 06:37 PM
Just for curiosity, did you check the build log file for the editor? Does it give me more information about the error. I managed to solve part of my problem by finding a more detailed omment on the log than the one displayed on the console.
Your answer
Follow this Question
Related Questions
Play Store Question 2 Answers
Problem in android plugin creation.? 0 Answers
Facebook login dialogue won't appear in VR projects 1 Answer
how do i use touch.Position 1 Answer