Hi I've got the following error during rebuild an android app project in
Release mode with the following settings:
Linking: Sdk Assemblies only
Use shared runtime: false
I don't use an ImmutableObjectAttribute within my code so I have no idea how
to get rid of it...
The "LinkAssemblies" task fai
Environment:
- Win 7 x64 (on Mac all works fine)
- MonoDevelop 3.0.4.6
- Microsoft .NET 4.0.30319.1
- Mono for Android: 4.2.5
Steps to reproduce:
- Clone https://github.com/PVoLan/TestProjRef Here is a test monodroid
project, with two monodroid library projects, referenced one another.
- Make s
I have now tested all versions between 4.2.1 and 4.2.5.
The problem occurs in 4.2.5 but not in 4.2.4 and below.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/https-certificate-chain-errors-tp5711731p5711777.html
Sent from the Mono for Android mailing list arch
Is the reference against the project or against an assembly file? The later is
wrong in this case and could explain this behavior.
Miha
-Original Message-
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of PVoLan
Sent: Wednesday, September
It is project reference, definitely (= Fragment from Lib1.csproj
Also, on MacOS this solution builds sucessfully, as long as on another win 7
computer, which wasn't updated for a month or more
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Bug-Cannon-build-pr
Is there an About information of MonoForAndroid full version somewhere in
Visual Studio? The VS' About dialog shows just 4.2.5.
Miha
___
Monodroid mailing list
Monodroid@lists.ximian.com
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo
Go to Control Panel / Programs and Features and find Mono for Android in
the list of installed programs. It has the version number there.
Sly
On 12 September 2012 23:15, Miha Markic wrote:
> Is there an About information of MonoForAndroid full version somewhere
> in Visual Studio? The VS' Abo
I have to agree, I had the same issue when I updated and had to put in code
to bypass the Cert error. What was odd was that my server has an incorrect
cert and SSL worked correctly on it but fails on Google's
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.co
It does list the same number there - 4.2.5. Nothing more verbose.
Miha
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Konaju Games (Dev)
Sent: Wednesday, September 12, 2012 3:44 PM
To: Discussions related to Mono for Android
Subject: Re: [mono-a
On Sep 12, 2012, at 5:09 AM, Kirby wrote:
> Hi I've got the following error during rebuild an android app project in
> Release mode
We should improve that error message; it provides no useful context...
That said, you have an assembly that is somehow referencing
System.ComponentModel.Immutable
On Sep 12, 2012, at 9:15 AM, Miha Markic wrote:
> Is there an About information of MonoForAndroid full version somewhere in
> Visual Studio? The VS' About dialog shows just 4.2.5.
Assuming you're on a 64-bit Windows...
C:\Program Files (x86)\MSBuild\Novell\mandroid.exe --version >
vers
Hmm... Thanks for the answer... What I have real trouble to understand is:
Why does the (non linked) version run perfectly on the android device?
Actually I do have an 4.0.0.0 assembly. It's a service model holding data
classes (for use in a WebService) like:
using System;
using ProtoBuf;
namespa
Hi Jonathan,
this would be perfect, except I don't seem to be able to see the method
signature and static property that you refer to. The only Open method that I
see for Android.Hardware.Camera is Camera.Open(), there is no static
property Camera.NumberOfCameras and no Camera.GetCameraInfo() meth
Please Help!!!
I need to turn on and off Mobile Data (GPRS). How to do it?
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/How-to-change-the-network-state-of-device-tp5711776.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_
Hi,
I've installed mono for android trial and I'm trying to debug a hello world
app but when I deploy with VS2010, I'm seeing the list of running devices
empty.
If I run "adb devices" from the command line, the list is empty.
`adb kill-server`, then `adb start-server`
>From android virtual de
Hi,
I have a TableLayout...
I want to add a tableRow containing buttons...
I do this to achieve my goal:
TableRow rowa = new TableRow(this);
rowa.LayoutParameters = new
ViewGroup.LayoutParams(Android.Widget.TableRow.LayoutParams.FillParent,
Android.Widget.TableRow.LayoutParams.FillP
On Sep 12, 2012, at 9:15 AM, Miha Markic wrote:
> Is there an About information of MonoForAndroid full version somewhere in
> Visual Studio? The VS' About dialog shows just 4.2.5.
Assuming you're on a 64-bit Windows...
C:\Program Files (x86)\MSBuild\Novell\mandroid.exe --version >
vers
When this happens I have to restart the computer and BEFORE doing anything else
run the emulator. Otherwise the emulator won't come up ever.
-Original Message-
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of zed3
Sent: Wednesday, Septemb
On Sep 12, 2012, at 1:38 PM, Kirby wrote:
> What I have real trouble to understand is: Why does the (non linked) version
> run perfectly on the android device?
Luck. ;-)
You have a JIT, and the JIT won't complain about missing types or members
unless/until those types/members are actually used
On Sep 11, 2012, at 11:15 PM, technohead wrote:
> this would be perfect, except I don't seem to be able to see the method
> signature and static property that you refer to.
The Camera.Open(int) and Camera.NumberOfCameras properties were added in API
level 9 (Android v2.3):
http://and
20 matches
Mail list logo