Re: [mono-android] Problem after Updating to 4.2.1
Wow, can't believe I didn't check that. Thanks! Justin Hansen On May 15, 2012, at 12:15 PM, Jonathan Pryor wrote: > On May 15, 2012, at 12:00 PM, Fencer04 wrote: >> When I run my application I get the following: >> >> E/mono( 301): WARNING: The runtime version supported by this >> application is unavailable. > > Ignorable > >> W/( 301): Missing method Android.Widget.TextView::SetTextColor(int) >> in assembly Mono.Android.dll, referenced in assembly >> /data/data/./files/.__override__/.dll > > Not ignorable. TextView.SetTextColor(int) was changed to > TextView.SetTextColor(Color) in 4.2.1. You need to clean, rebuild, and > reinstall your application. > > - Jon > > ___ > Monodroid mailing list > Monodroid@lists.ximian.com > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
Re: [mono-android] Stacktrace From Developer Console
This is coming from a release build that is on the app marketplace. This stack trace is from the developer console. I see debug in the path for the manager, why is it looking for that? Justin Hansen On Jun 3, 2012, at 7:23 PM, Jonathan Pryor wrote: > On Jun 3, 2012, at 6:37 PM, Fencer04 wrote: >> It seems like sometimes on start the application is crashing. I can't >> replicate it on any of my test devices and was wondering if someone can help >> me out. Any help you can give me would be great. > > The NullPointerException is coming from mono.MonoPackageManager, which > (conveniently!) enough you have on your machine; look in e.g. > $(ProjectDir)\obj\Debug\android\src\MonoPackageManager.java. > > MonoPackageManager.java:27: > >String filesDir = context.getFilesDir ().getAbsolutePath (); > > So either `context` is null (highly unlikely), or `context.getFilesDir()` is > returning null, which is in fact possible and thus quite probable: > > > https://github.com/android/platform_frameworks_base/blob/master/core/java/android/app/ContextImpl.java#L642 > > If this is the case, and you have access to the android debug log, you should > see a message such as: > >Unable to create files directory /... > > The most probable cause is that the user is running out of disk space, though > a filesystem permissions issue could be at fault as well. > > - Jon > > ___ > Monodroid mailing list > Monodroid@lists.ximian.com > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
Re: [mono-android] Jelly Bean Can't Download My App
Reptile Calculator made by Reptile Culture. Justin Hansen On Tue, Aug 28, 2012 at 12:58 PM, Tom Opgenorth wrote: > What is your app? I can try on my device (Galaxy Nexus w/4.1.1) > > On Tue, Aug 28, 2012 at 8:44 AM, Fencer04 wrote: > >> I am being told that users with Jelly Bean are getting a message at the >> top >> of their screen saying their device isn't capable of downloading my >> application. In Google Play my console says that the APK file supports API >> Level 7 to 16+ which includes Jelly Bean. One user had the app on their >> device (Galaxy Note) and now isn't able to install it on the same device >> after upgrading it to Jelly Bean. >> >> I have two questions. Right now there are two users that I know of with >> this >> issue but I don't have a device with Jelly Bean to try this out to see. >> Does >> anyone on here have a Jelly Bean device they can use to check for me? >> >> The second one is can anyone think of any other reason why Google Play >> would >> say that the device isn't compatible after the upgrade? >> >> Thanks for any help you can provide. >> >> >> >> -- >> View this message in context: >> http://mono-for-android.1047100.n5.nabble.com/Jelly-Bean-Can-t-Download-My-App-tp5711596.html >> Sent from the Mono for Android mailing list archive at Nabble.com. >> >> ___ >> Monodroid mailing list >> Monodroid@lists.ximian.com >> >> UNSUBSCRIBE INFORMATION: >> http://lists.ximian.com/mailman/listinfo/monodroid >> > > > > -- > http://www.opgenorth.net > > ___ > Monodroid mailing list > Monodroid@lists.ximian.com > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > > -- Justin Hansen http://www.klickwerx.com Need some technology help? - http://www.betterfly.com/LearnTheWeb ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid