Cross platform Manifests and plugins
I am writing a program with unity that will be cross platform(Windows, Mac, Webgl, Andriod). I need to use separate manifests and separate plugins for each platform. If I read the documentation online...
View ArticleFail to merge manifest with admob [SOLVED]
So im using de admob plugin(only using this one, nothing else) to add ads but when im trying to build the apk i get 3 errors: Error: Error while saving blame file, build will continue Error: El prefijo...
View ArticleUnity not picking versioncode from player settings for android
After I build the apk file in unity, I checked the androidmanifest file. It has versioncode="1" but I have set the Bundle version code as 2 in player settings - > other settings. Do you know why the...
View ArticleAndroid build failes because of manifest
I have no idea why this is happening. AndroidSDKToolsException: Unable to merge android manifests. See the Console for more details. UnityEditor.Android.AndroidSDKTools.DetectErrorsAndWarnings...
View ArticleUnable to merge Android manifests after making changes
I'm trying to upload a GearVR app to the Oculus store. When trying to validate it, I get the same error as this post: https://forums.oculus.com/developer/discussion/41190/apk-validation-failed The...
View ArticleFailed to recompile resources Facebook sdk integration with admob, unity ads...
I am facing this error failed to recompile resources. Can any please guide me in solving this? CommandInvokationFailure: Failed to re-package resources....
View Articlegoogle play console apksigner error?
So I want to upload my apk (first app!!) to google play console but when I upload it gives me this error: Error apksigner: ERROR: JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF. I have built and...
View ArticleHow to resolve errors about manifests?
Hello, I am trying to put admob ads in my project.But when I try to build it for android it gives following error "Trying to merge incompatible /manifest/application/activity...
View ArticleWhy wont my android manifests merge???
![alt text][1]plz help this has cost me so much time and put a halt to my project i already matched the version numbers and made that error go away now im stfile:stuck with the same error below [1]:...
View ArticleManifest issues for Android
Hello, i'm trying to build my android project but i'm having issues. droidSDKTools.DetectErrorsAndWarnings (System.String logMessages, System.String errorMsg)...
View ArticleSearch individual manifests for READ_PHONE_STATE
I have READ_PHONE_STATE in my final manifest (apk build). From what I understand, Unity combines all manifests. Some manifests can be seen, while some are inside .aar files (can be unzipped). Is there...
View ArticleUnity can not merge AndroidManifest files because it claims not to find a tag...
I'm getting a strange error when trying to build an android version of our application `Temp/StagingArea/android-libraries/CropLib/AndroidManifest.xml:6] Undefined 'name' attribute in...
View ArticleIs it possible to publish Daydream app with Unity 5.5.4
So I have a working Daydream app build in 5.5.4, the only issue I have with it is there is no where to place or upload the foreground and background images for the VR icon for the Daydream Menu. I have...
View ArticleUnable to retrieve application from network while i try to connect with...
Hello everyone, I recently developed an android game using Unity 5.5.4p4, now im triying to integrate achivements with [google play games plugin made from unity][1]. I already configured step by step...
View ArticleGetting Android intent extras that were passed to the Unity app
I found an answer that gave me the code below: AndroidJavaClass UnityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer"); AndroidJavaObject currentActivity =...
View ArticleHow to launch unity android app on startup?
I have seen similar questions but I can't get it working, either because I lack some basic knowledge or because I am missing in between steps. I have also checked the plug in build manual and found no...
View Articleunable to merge android manifests
When building my game for android it's giving me this error every time CommandInvokationFailure: Unable to merge android manifests. See the Console for more details. C:\Program...
View Articlewhy i can't find Android Manifest inside stagingArea
I want to make test for connect google admob with unity game for android . Im using unity 5 last version and SDK last version. I maked empty project then i added ( google-play-services_lib ) to Assets...
View Article"your device isn't compatible with this version" ... except it is ??? help...
Hi, I have just created my first app, and I have been testing it locally in my mobile device without any problem. Not just that, I have tested it in another mobile (different brand) and it worked fine...
View ArticleUnable to merge Android manifests. (5.6.0p3)
I got passed the 'Unable to list target platforms' error by installing the 5.6.0p3 patch. The build goes further along, and I get stuck at 'Unable to merge Android manifests'. Console Error...
View Article