Hello,
I had the same problem. In my case I added in the AndroidManifest.xml file
attributes of the application like Label, Logo. However, I also implemented
that information as attributes of my application class and that is the
problem (twice the same attributes). So I am removed the attributes i
You guys should have more focus on fix existent bugs before implement new
features.
2011/10/29 El-Sayed Mohamed
> Cong. to the M4A team for this new release.
>
> One question: Can we bind arbitray java lib with this release?.
>
> Thanks,
> El-Sayed
>
> > Date: Thu, 27 Oct 2011 15:02:36 -0500
>
I am exploring using Google docs from my mandroid app - I'm in the process
of reading around and experimenting
Can anyone give me some help on these - sorry about the dumb nature of some
questions
1) I presume one can't use the Google .net libraries in Mandroid as
they seem to be windo
On Oct 29, 2011, at 5:17 AM, gabriel.b...@gmail.com wrote:
> You guys should have more focus on fix existent bugs before implement new
> features.
Existing "bug": No Honeycomb support, no ICS support. Pretty much identical to
the "how do we bind 3rd party .jar files" question. Fixed. (Mostly.)
I'm work on port the microsoft.prims to MonoDroid, but I can't find
System.Configuration.dll, will it be implemented on the platform of Mono for
Android?
Thanks
Frank
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Will-System-Configuration-dll-be-imported-tp494885
On Oct 29, 2011, at 11:26 AM, cb wrote:
> I'm work on port the microsoft.prims to MonoDroid, but I can't find
> System.Configuration.dll, will it be implemented on the platform of Mono for
> Android?
No. We based the profile on Silverlight, which lacks the System.Configuration
namespace, and we
Just out of curiosity - as my general newbie/needy post (see below) is not
attracting much attentionL
Is one supposed to be able to compile the Google.Gdata libraries into a
Mandroid app?
I've got what I want to do happening in a winform app
I've ported same code into an M-Android app and
You can also always unsubscribe then subscribe... as unsubscribe will do
nothing if its not yet registered
Le 28 oct. 2011 20:47, "Jonathan Pryor" a écrit :
> On Oct 27, 2011, at 12:01 PM, bmellac wrote:
> > I have buttons in ListViewItems, so in my Adapter.GetView(...), I have to
> > wire event
I went through and verified that I didn't have any duplication between my
manifest and any attributes for my application but I'm still seeing the same
behavior. I even tried removing the application element from my manifest
entirely, but I still receive the same exception. I'll probably go back to
It's going to have something to do with one of the following attributes:
[Register]
[Activity]
[Application]
[Service]
[BroadcastReceiver]
[ContentProvider]
Without seeing any code or test case, I don't think I can tell exactly
what the issue is, but maybe you can try commenting out usage of the
This cost me an hour so, just wanted to share.
Steps to setup debugging on the device.
1. On your android, go to: Settings --> Applications --> Development
2. Enable "USB debugging"
3. Connect your phone by USB
4. Connect your phone to your wi-fi network
5. CONFIRM CONNECTIVITY.
A. From the DO
Thanks for your reply - I had forgotten to check my ContentProvider attribute
and it turns out that one was the issue. I moved the information from the
attribute to the manifest and everything is working again. Did anything
change with respect to that attribute?
--
View this message in context:
h
Not to my knowledge. Could you share what your [ContentProvider] was so
we can investigate it?
Thanks!
Jonathan
On 10/29/2011 4:10 PM, mkowalski wrote:
> Thanks for your reply - I had forgotten to check my ContentProvider attribute
> and it turns out that one was the issue. I moved the informat
Sure thing - here it is:
[ContentProvider(new[] { Constants.AUTHORITY }, Label =
"@string/ContentProviderName")]
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/1-9-2-Packaging-InvalidCastException-tp4947754p4949349.html
Sent from the Mono for Android mailing list
Thanks, we'll try to guard against this error. Try this:
[ContentProvider(new string[] { Constants.AUTHORITY }, Label =
"@string/ContentProviderName")]
ie: new string[] instead of new[]
Jonathan
On 10/29/2011 4:52 PM, mkowalski wrote:
> Sure thing - here it is:
>
> [ContentProvider(new[] {
That produced the same exception =/
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/1-9-2-Packaging-InvalidCastException-tp4947754p4949375.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodro
Just started with MonoAndroid. First post. I have created and Activity that
listens for Intent.ActionSendMultiple. When the message arrives the
Bundle.Extra does have the two URIs of the items I selected from the picture
gallery. I can see the data in the debugger. The type of the ExtraSteam i
Thanks in advance for your help. I have created an application that
successfully gets listed in the "share via" menu in the picture gallery. I
really want it to show up in the "send via" where Bluetooth/Email/etc are.
Is it possible? What is the diff?
Steve
--
View this message in context:
18 matches
Mail list logo