Error parsing xml: unknown encoding in AndroidManifest.xml
I get this error when I build my app. The first 2 lines of the AndroidManifest.xml file are: <?xml version="1.0" encoding="Windows-1252"?> I believe the encoding Windows-1252 should be utf-8 but...
View ArticleCalling WebServices
Hello, I just started using Xamarin (trial version), but am running into a problem. When I add a WebReference I get the following error when building: The type or namespace name 'HelpKeywordAttribute'...
View ArticleCannot override WebViewClient class for file upload support
I can't get Xamarin to support an override of the WebViewClient class to support file upload. Here's the working Java http://pastebin.com/ZRbPvT6i , and here's the ported Xamarin code...
View ArticleWhite flag! Binding with a native dylib failure
Dear Xamarin Gods. I'm wrapping the Parse SDK for use in a Mac utility (written in Xamarin) - and the dylib is not loading. I've built a toy example wrapping Parse, and created a dynamic library...
View ArticleFastDev Issue - Brand new install & new S4
I keep running into the "Deployment failed due to an error in FastDev assembly synchronization." issue that is mentioned several times in this forum. However - Project Properties - Android Options -...
View ArticleCVPixelBufferPool woes
Hello all, I'm currently working on an app where I have to record what the user is doing on screen. I do this by using a AVAssetWriterInputPixelBufferAdaptor and writing to it using a CVPixelBuffer...
View Articlea build is already in progress
Hi all, with the latest alpha, remote build won't work: 2>System.InvalidOperationException: The operation cannot be completed because a build is already in progress. 2> at...
View ArticleXamarin Data Base
Hi everyone . i have question, i hope you can help me. i will try to develop an application on xamarin # compatible on any system mobile. my question is :how i can create database on remote server...
View ArticleHandling Silent Remote Notifications
Hi there! I'm currently trying to implement silent remote notifications in my Xamarin.iOS app. I use uniqush-push (http://uniqush.org/) for sending push messages to my iOS app. Receiving and handling...
View ArticleJava Binding: member 'cannot be accessed from outside package'
I've created a java binding project for iSpeech. Had to a couple of things (not relevant I don't think) and can build it fine. But when I go to run it, I get an error in a generated java file:...
View ArticleFebruary 20 - Conference: "Cloud - Mobile, Integration of Windows Azure and...
February 20. Technology Information Convention 2014 - Andrea Shoes Company - León Guanajuato, México at 6pm. My Conference "Cloud - Mobile, Integration of Windows Azure and Xamarin Studio". Greetings....
View ArticleBack Button Disappearing in DialogViewController
Ok so this is weird. I have a DialogViewController with RadioGroups and I did an experiment. If I load the RadioElements inside a RadioGroup programmatically with an async method, the back button...
View ArticleBack Button Disappearing in DialogViewController
Ok so this is weird. I have a DialogViewController with RadioGroups and I did an experiment. If I load the RadioElements inside a RadioGroup programmatically with an async method, the back button...
View ArticleBack Button Disappearing in DialogViewController
Ok so this is weird. I have a DialogViewController with RadioGroups and I did an experiment. If I load the RadioElements inside a RadioGroup programmatically with an async method, the back button...
View ArticleBack Button Disappearing in DialogViewController
Ok so this is weird. I have a DialogViewController with RadioGroups and I did an experiment. If I load the RadioElements inside a RadioGroup programmatically with an async method, the back button...
View ArticleUninstalling a Package
I figured how to use adb to list and uninstall packages from my Glass device. Is this the best way to uninstall?
View ArticleFileNotFoundException System.Runtime when including Mono
I migrated a MonoMac application to Xamarin.Mac, and have it compiling successfully without including Mono in the bundle. Once it is however, it throws a FileNotFoundException on NSApplication.Init();...
View ArticleCreate windows phone app from android app
I build an android app successful now I want convert from android app to windows phone app. Can you show me? Thanks you.
View ArticleCreate windows phone app from android app
I build an android app successful now I want convert from android app to windows phone app. Can you show me? Thanks you.
View ArticleTestFlight - Duplicate Release Configuration and other questions
Hello, I'm using TestFlight and, since I haven't commit the app to the store yet, I would like my testers in TestFlight to test the app as it would be in release. How should I do that? Should I add a...
View Article