Problem appears if i have TWO application projects with the same name. If i
would rename android app from Test to Test for Android, the column Deploy
comes back in Configuration Manager.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Issue-with-Visual-Studio-2010-c
Hi. Im now have a solution in visual studio and i have 4 projects in it:
Classic .net framework projects:
class library TestLib
application Test
Mono for android 2.3.3 projects:
class library TestLib
application Test.
when i open Configuration Manager in this solution, i dont see a column
Deployme
Hi all. Is System.Attribute and custom attributes work in Mono for android? I
create class LayoutTestAttribute like this:
[System.AttributeUsage(AttributeTargets.All)]
public class LayoutTestAttribute : System.Attribute
{
public LayoutTestAttribute()
{
//this
Hi. Im new in Mono, but see a little bug in VS when using TFS 2010. When im
trying to build Mono for Android Application project, i see an error in
output screen:
C:\Program Files
(x86)\MSBuild\Novell\Novell.MonoDroid.Common.targets(489,2): error MSB4018:
непредвиденная ошибка при выполнении задач
And i have the same problem with file "Properties/AndroidManifest.xml". It
is the file which is merged with generated AndroidManifest until building
project (as i understand). And when im changing some options on project
property window, on tab "Android Manifest" (for example, some new
permissions
Sorry about my question, but i dont see any information in google.
How can i set width like "30dp" for dynamically created label in my custom
view?
For example:
var label1 = new TextView(this.Context);
label1.LayoutParameters = new
ViewGroup.LayoutParams(ViewGroup.LayoutParams.FillParent, 30);
Hi everybody. I have an mono for android application that have some basic
functionality with modules/plugins which expands it. For example, one module
can have its own settings, forms and other.
How can i create custom layouts and settings in modules?
I know that mono is not supports library resour