On Mar 1, 2013, at 5:23 AM, m3rb1n wrote:
> --- End of managed exception stack trace ---
> java.lang.NoClassDefFoundError:
> com/zebra/android/discovery/BluetoothDiscoverer
You're getting an error because the type
com.zebra.android.discovery.BluetoothDiscoverer cannot be found.
Where is this
Hi,
Is there any way to fix the problem below? I got this when running an
application using a java binding library for Zebra Printer.
{Java.Lang.NoClassDefFoundError: Exception of type
'Java.Lang.NoClassDefFoundError' was thrown.
at Android.Runtime.JNIEnv.FindClass (System.String classname) [0
Jon, Andy,
Sorry for the delayed response - my account was accidentally deleted from our
corporate active directory, and I have been trying to get back on track with
TFS, etc. for much of the day.
That worked for both situations - thank you!
I added the following two lines to my startup code,
On Dec 6, 2011, at 11:53 AM, Andrew Sinclair wrote:
> Is there a way of checking for existing registrations?
Unfortunately not at this time. Sorry.
What I would suggest doing is subclassing Android.App.Application, using the
[Application] custom attribute, overriding Application.OnCreate(), and
Discussions related to Mono for Android
Subject: Re: [mono-android] Java.Lang.NoClassDefFoundError:
java.lang.ICharSequence
On Dec 6, 2011, at 8:13 AM, Tossing, Chris wrote:
> I am able to launch and run our application, but I am getting a
Java.Lang.NoClassDefFoundError exception when trying set
On Dec 6, 2011, at 8:13 AM, Tossing, Chris wrote:
> I am able to launch and run our application, but I am getting a
> Java.Lang.NoClassDefFoundError exception when trying set the items of an
> AlertDialog using AlertDialog.Builder.SetItems(..).
>
> Here is our code:
> var builder =