Tagged Questions
1
vote
1answer
23 views
Creating a PCL that targets Monodroid
I am looking at the shiny MVVMCross project, specifically the N+1 days of MVVMCross series, and I notice that @slodge creates a PCL that targets Mono for android and Monotouch (at 1:10).
I have ...
1
vote
1answer
89 views
Cross-Platform reading of xml files
I have some Config files as part of my solution on Windows Mobile. I am porting the code to MonoForAndroid and MonoTouch, so I want to keep my code unchanged as much as possible.
When loading these ...
3
votes
1answer
47 views
differences in implementing an interface on Windows, MonoForAndroid, and MonoTouch
I am porting some old code that I have on Windows Mobile. The code compiles fine for .NET 3.5 CE. I created a project in MonoForAndroid and referenced the same code (.cs files refereneced as Links) ...
1
vote
1answer
158 views
Android and iOS cross-platform string resources (MonoTouch & MonoDroid)
I'm busy with a cross-platform mobile app using the Xamarin mono libraries and I ran into the following situation...
I've got a bunch of string resources in my monodroid project (strings.xml) that ...
1
vote
3answers
196 views
Why can't my enum be found in another class?
When trying to access an enum, called Monsters, from another class, Visual Studio gives me the error "The type or namespace name 'Monsters' could not be found (are you missing a using directive or an ...
1
vote
1answer
78 views
Visual Studio Hangs while connected to android
I am using Mono for Android and quite often my Visual Studio 2012 hangs, hogging an entire CPU, and doesn't leave this state until I disconnect my android device.
Am I doing anything wrong? Is that a ...
0
votes
0answers
168 views
no “Mono for Android” in VS2012
I was working with Mono for Android together with VS2010 with great success. Now I've installed VS2012, and I've several troubles getting MFA in VS2012 :
couldn't open "Mono for Android" solution ...
1
vote
1answer
389 views
How to open visual studio solution in Mono develop
How can I open a Visual Studio 2012 solution in Mono Develop?
Visual Studio hangs when I debugging.
When I tring to open the solution in Mono Develop it just open at text file with a lot of numbers.
3
votes
3answers
1k views
There wan an error attempting to initialize the monoAndroidPackage
I am new in mono for android. I am download and install mono-android-4.2.7.15330979 in my computer. When i start my visual studio 2010 then i got this error.
Here is detail about error:
There was an ...
1
vote
1answer
134 views
Is there a way to use the Virtualbox Android as an emulator from VS
Since the emulator coming with the SDK is really slow, I wanted to try to connect to an emulator which is running in Virtualbox.
But when I have to select the device I get the IP:port, but it's ...
0
votes
1answer
77 views
Monodroid Layout Folder support
I'd like to use qualifiers on my layout folders as per the android documentation, but the designer in VS doesn't seem to support them. For example layout-w600dp doesn't get sent to the emulator; the ...
0
votes
1answer
408 views
Xamarin: VS2010 Ultimate add-in or MonoDevelop for Android - intellisense and code color hinting won't work
I've been looking and searching similar issues that I found on my testing on Mono but can't find anything.
PROBLEM:
My intellisense in visual studio or in Monodevelop doesn't work. How to fix this?
...
1
vote
0answers
175 views
Mono for Android - Binding Projects won't build
We are using the Facebook binding project from here: https://github.com/xamarin/monodroid-samples/tree/master/Facebook
Trouble is, my PC won't build the project (Windows 7, Visual Studio ...
0
votes
2answers
820 views
Visual Studio debugger doesn't stop on breakpoints
From time to time I see that debugger doesn't honor breakpoints at all, mostly when there are threads involved. Is this a known problem? If not I'll try to create a repro.
0
votes
1answer
84 views
NewB with MonoDroid Need some help please
im a c# developer and kinda newb in android programing,
i just downloaded monodroid and set up the whole thing.
i have 2 questions:
1) i start writing some code and i have my first 3 pages up and ...
3
votes
1answer
637 views
How can I build a targetting pack for Portable Class Libraries?
I'm building some code with these portable class libraries at present.
I'm looking to target full .Net, WinRT Metro, Windows Phone, ... and then MonoTouch and MonoDroid. My experiments today show ...
1
vote
1answer
73 views
catching server response
I am using Webview to implement browser capabilities in my project. Lets say someone searches for download.com in google, searches for a software (in download.com), and then clicks on the download ...
1
vote
1answer
823 views
Add jar to mono for android project in Visual Studio
How do I add jar files to my Mono for Android project in Visual Studio (2010) so that I can use them via JNIEnv?
0
votes
1answer
382 views
Can't Write Streamed Data To SD Card Of My Galaxy S2 Using MonoDroid via Visual Studio
I am having a lot of trouble in working with streams using monodroid. What I am trying to do is simply download a file using a URL and saving it to my phone's /sdcard location but am having problems. ...
2
votes
1answer
105 views
Monodroid Debug Won't Display Strings Over 100 Characters
I'm having trouble seeing my full string variables in debug mode on a Monodroid project.
This happens when I hover over the string variable, also when in the immediate window when I ask for it's ...
0
votes
1answer
246 views
Monodroid and Visual Studio. How do I use google market licensing?
I was reading this about using google market licensing: http://developer.android.com/guide/publishing/licensing.html
It says in part "Note that the LVL is not designed to be compiled separately and ...
2
votes
1answer
463 views
Is there a way to use ProGuard with MonoDroid?
Our development team just (mostly) finished an Android app using MonoDroid in Visual Studio. Because it has to do with banking, we wanted to try to obfuscate it in order to add some security against ...
0
votes
2answers
2k views
Can't install Mono for Android for Visual Studio
When i try and install Mono for Android it won't install the plugin for Visual Studio. I have Visual Studio Ultimate 2010. Also when reading the installer log it shows an error when downloading the ...
2
votes
1answer
416 views
Can I add .NET 3.5+ NuGet packages to a Mono for Android project?
Mono for Android has access to most of .NET 4.0 from the Mono framework. Unfortunately, when I try to add NuGet packages in Visual Studio that specifically target .NET 3.5 or beyond, with a /lib/net*/ ...
0
votes
3answers
174 views
Why text2.Text = “message” not work in my code?
Why text2.Text = "message" not work in my code ?
I want to work this way in a function see in code.
I developed in Visual Stduio with Mono for android in C#
The Source code:
using System;
using ...
0
votes
1answer
187 views
Using Android speech API in Windows
I am using Visual Studio 2010 to experiment with Monodroid in C#. I'm aware that Android applications can be run on Windows using the emulator. Is it possible to use the Android API in a Windows ...
3
votes
1answer
624 views
Android NoSuchMethodError being thrown on ArrayAdapter Constructor
I'm attempting to extend the generic ArrayAdapter in order to customize a ListView and am getting an NoSuchMethodError being thrown when I hit the TpAdapter (my extended Adapter) constructor
Here is ...
