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 Articleandroid AndroidManifest.xml:5: error: String types not allowed - with 2017.2.03f
This is a new project with just UI button and no other assets or plugins - jdk1.8.0_152.jdk - sdk-tools-darwin-3859397 player settings - not changed minimum api level -16 target API - highest available...
View ArticleAvoid android permission prompt when returning to app after changing settings...
**Scenario:** My app follows Android 6 permission guidelines, by suppressing Unity's permission requests at launch time. The user grants Location Permissions when needed. In my manifest, I used: If the...
View ArticleManifest Version Code
I am changing the version code in the manifest but when i create the new apk it changes automatically, so i can't update my app in google play because it says that the version code is the same. It...
View Articlebuild VR samples for android
followed the [steps given by Google][1] to build the Unity VR samples to android. (Flyer scene). but I get the following error.![alt text][2] Has anyone got this error in similar work? Is it possible...
View ArticleARCore is included even disabled, which forcing minSdkVersion to be 19.
I've already set the Minimum API Level to 16 (Android 4.1), and didn't tick ARCore support. ![minimum api level][1] ![xr settings][2] However, when I build, it failed with: uses-sdk:minSdkVersion 16...
View ArticleUnable to merge android manifest
Hello, I spent whole day on trying to resolve this issue, still no luck ------------------------------------------------------------------------------------------------------------...
View Article