AndroidManifest.xml versus AndroidManifest-main.xml in Temp/StagingArea
What exactly is the difference between *AndroidManifest.xml* and *AndroidManifest-main.xml* in the `Temp/StagingArea` directory? To help guide this question, assume that I am building a project without...
View ArticleUnable to find unity activity in manifest.
Here is my warrning. Unable to find unity activity in manifest. You need to make sure orientation attribut is set to portrait manually. UnityEditor.HostView:OnGUI() I am wondering what I'm doing wrong,...
View ArticleHow can I replace correctly the main activity on the Android Manifest?
I made an Android plugin that extends UnityPlayerActivity. On my default manifest, the main activity is UnityPlayerNativeActivity. Should I extend UnityPlayerNativeActivity instead of...
View ArticleAndroid App not showing in Play search results?
I know this is not directly related to Unity, but hey you guys can probably help ease my paranoia about this: Here is my app:...
View ArticleImplementing Admob in signed apk
i am trying to implement admob in my signed apk but it isn't working. I am new to the use of plugins.these are all the changes i made.do i need to do something else?? heres my scripts and manifest:...
View Articlehow can i merge two android manifest.xml files?
I use two plugins in my project. Both of them have androidmainfest.xml at the same path. Problem accurs. How can I merge them into one? I copy the content here, wish someone can help me. Thanks a...
View ArticleHow to alter the Android Manifest to use my ad-displaying activity in Unity?
So I successfully compiled an android application that displays an ad: ![Android app with an ad][1] Now, I want to use this in my android game. To do so, I take the following steps; 1. In eclipse,...
View Article[SOLVED] Android app keeps restarting after resume
I have a unity android app which catches the event when it lost its focus to show a pause menu. However when I'm resuming the app after I press the home button, the app restarts. Tracing the logs in...
View ArticleDo I have to edit an AdMob manifest?
Hi there! Here is my manifest: Do I have to change something in it? Thanks!
View ArticleGoogle Playstore gives error for some devices. Manifest issue?
Hi, I published a game on the Google Playstore today. I can search and download it on the Samsung Galaxy S4 but people with Nexus and Sony devices cannot see the game in the search fields. If I give...
View ArticleHow do I Force Application to Quit if no internet connection available
Can anyone help, i have searched but can't find a solution with Unity. Android Only Build. How do I Force my game to Quit if no internet connection available even though its not a server based game....
View ArticleAndroid Manifest Issue
I am using Unity3D 4.3.4 on a Mac. I need to make some changes to the default androidmanifest.xml file that Unity produces. I built my app without doing anything special yet and it runs fine on the...
View ArticleHow to set Android launchMode from Unity
I am trying to change the launchMode of Unity's activity from "singleTask" to "standard". However, if I just change it in the AndroidManifest file in Plugins/Android, it gets reverted to "singleTask"...
View ArticleRe-packaging error - Android?
I get this error when trying to build the apk file. I've just added the google services and the admob.Unity could build the apk without admob, but now it can't. Please help if you have a solution....
View ArticleAndroid Manifests
Hi all, I am developing an Android app and I am using both Unibill and Everyplay plugins. Neither of which are currently working correctly in a final build. I suspect it's something to do with manifest...
View ArticleIn app purchase help
I tried to add billing permission to my android manifest but whenever I try to build my app it gives this error : Error building Player: XmlException: Multiple document element was detected....
View ArticleBuilding Player was cancelled
error Building Player was cancelled UnityEditor.BuildPlayerWindow:BuildPlayerAndRun() Unable to find unity activity in manifest. You need to make sure orientation attribut is set to portrait manually....
View ArticleAndroid Manifest Help
I have no idea how to write properly in android manifest. Im getting an error saying: Error building Player: XmlException: an attribute value was not quoted...
View ArticleGoogle analytics plugin doesn't work
I imported the official plugin and filled the blanks with appropirate values. Tried to observe real-time statistics but doesn't show more than zero :/ I am compiling with java 1.7 One more fact: After...
View ArticleAndroid App not showing in Play search results?
I know this is not directly related to Unity, but hey you guys can probably help ease my paranoia about this: Here is my app:...
View Article