Unable to change android:launchMode from "singleTask" to "standard"!
Hi everybody! I made a little App for android platform, it's like Talking Tom, a 3d character that repeat what ever the user says. the App is working perfectly fine when I export it to my android...
View ArticleLocalytics Integration Android Error?
Hi everyone! **I have a problem w/ Localytics integration.** In iOS everything works correctly. It compiles but does not work the change of scenes stops functioning apparently (at least the integration...
View ArticleGoogle Play services and Admob issue
![alt text][2]I import playservices and admob pakeg in unity and when i try to build apk for android it gives an error which is CommandInvokationFailure: Failed to re-package resources. See the Console...
View ArticleBuild Error from Android Manifest
After following the instructions from the Tapjoy manual, and installing the unity package, I get this error when trying to build. I have treid several solutions, all with an equal lack of success. This...
View ArticleDeep Linking to specific Scene in Android build
Hi! We want to make a deep link to open our Unity game on a **Specific Scene**, but cannot find a way to do it. Now we can generate the deep link to the App itself by adding these Intent Filter lines...
View ArticleHow to determine the version number in AssetBundles?
The method recommended in manual for downloading AssetBundles is: WWW LoadFromCacheOrDownload(string url, int version, uint crc = 0); How to determine the version variable for it? I have a number of...
View ArticleHow do I use a custom Android Manifest?
Here is the Android Manifest I'd like to use: http://pastebin.com/1dkz24rh I've written it based on the specs for publishing to the Nvidia Shield: http://tinyurl.com/h3bsxsg I created a new folder:...
View ArticleHow can I add 'healthinfo' privileges in a Tizen application?
I created a Tizen Native plugin that requires 'http://tizen.org/privilege/healthinfo' privileges, so I would need this in the manifest file. I don't see 'Healthinfo' in the Capabilities list in Unity,...
View ArticleHow to get AssetBundleManifest object from myAssetBundle.manifest file from...
I have my assetbundle files myAssetBundle and myAssetBundle.manifest stored on my serwer. I am using WWW.LoadFromCacheOrDownload to download myAssetBundle. I can not just work out how to get...
View ArticleAndroid recents tab color
Hello, how do I change the recents tab color for android? (The one introduced with android 5.0). Also, how do I remove multi window support for android? android:resizeableActivity="false" in manifest...
View ArticleI add "android:configChanges: layoutDirection" to AndroidManifest, but after...
I add "android:configChanges: layoutDirection" to AndroidManifest to resolve that when I change android system language, the app will resume. so I find a way to add android:configChanges:...
View ArticleGet Hash from streamed scene asset bundle
Hello, I'm currently trying to export and import assetBundle that contains a scene. I'm trying to access the hash in order to use *WWW.LoadFromCacheOrDownload (String url, Hash128 hash)* as checking if...
View ArticleLocal notification doesn't open the app android
Hi I've implemented local notifications in my game (android) but after the notification appears in the home screen of the phone I click it and it doesn't open the game. here's the Manifest:
View ArticleError with merging Android manifests
Hello community, I'm trying to build my app for Android, but I keep getting these error messages which are on the picture. Since I'm beginner in programming, I have no idea what is wrong. Two manifest...
View ArticleAllow … to access photos, media, and files on your device?
My game starts with the "Allow … to access photos, media, and files on your device?" panel, because later I need Write Permission (External) to allow the player to share an image. In some games this...
View Article[HELP] A problem on an Android Version
Hey guys, how are you? I am having problems when I try to build my project. Everything seems to be correct, I have updated the Java, the Android SDK, I have update the Google Service information, and I...
View ArticleAndroid Unable to merge android manifest Error
Hello I'm Korean high school student's. I finish making games, but I can't build project Because of merge android manifest Error. I'm not expert programmer, and Korean internet cafe do not solve this...
View ArticleAndroid Unable to merge android manifest Error
Hello I'm high school student's. I finish making games, but I can't build project Because of merge android manifest Error. I'm not expert programmer, and Korean internet cafe do not solve this error.....
View ArticleTwo Android Manifest file in same folder
I am using Fabric plugin and Admob plugin in my project. Both plugin adds Android.Manifest.xml in same location ( Plugins->Android). How do I make the two manifest files to merge properly in final...
View ArticleTwo Android Manifest file in single location
I am using Fabric plugin and Admob plugin in my project. Both plugin adds Android.Manifest.xml in same location ( Plugins->Android). How do I make the two manifest files to merge properly in final...
View Article