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
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
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