[mono-android] unable to use existing keystore after 4.0 update

2011-12-05 Thread jcwmoore
just updated to 4.0 (excellent btw ) and after cleaning up my app to build with the update toolkit i am now unable to "Publish Android Application" when using an existing key store, i.e. the key store i used with version 1.2... will there be any ill effects if a create a new key store and update my

Re: [mono-android] unable to use existing keystore after 4.0 update

2011-12-06 Thread jcwmoore
i generated a new keystore using keytool with the JDK 6, and again tried to publish android application in MD with the same results, Keystore verification failed: I then tried to manually sign the apk file and was able to do so with my existing keystore; however my apk is rejected by the marketpla

Re: [mono-android] Generic Activity

2011-12-22 Thread jcwmoore
Jonathan Pryor-2 wrote > > StartActivity(typeof(LookupActivity)); > > This won't work, because an Android Callable Wrapper will be generated for > LookupActivity (as LookupActivity_1), but not for > LookupActivity. Thus, when Android attempts to create a > LookupActivity_1, we'll attempt to run