So I have installed Java 8 instead of 9. and sure enough...Livecode can find the SDK (Android Studio 4.3.3 and Java

But I still have problems.
I tried to create a key. I used the Livecode instructions:
http://lessons.livecode.com/m/4069/l/32 ... ndroid-app and got this:
[indent] [Unknown]: xxxx
What is the name of your organizational unit?
[Unknown]: Development
What is the name of your organization?
[Unknown]: xxxx
What is the name of your City or Locality?
[Unknown]: Carson City
What is the name of your State or Province?
[Unknown]: NV
What is the two-letter country code for this unit?
[Unknown]: US
Is CN=xxx, OU=Development, O=xxxx, L=Carson City, ST=NV, C=US correct?
[no]: Yes
Enter key password for <selfsigned>
(RETURN if same as keystore password):[/indent]
and got:
[indent]Warning:
The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore keystore..jks -destkeystore keystore..jks -deststoretype pkcs12".[/indent]
So then I put in that code:
c:\Program Files\Java\jdk1.8.0_151\bin>keytool -importkeystore -srckeystore keystore..jks -destkeystore keystore..jks -deststoretype pkcs Enter source keystore password:
keytool error: java.security.KeyStoreException: PKCS not found
at which point, I screamed. No key
So then I tried to see if I could use the LiveCode tester. It CAN find both the Android and JAVA SDKs, the tester button works...and I loaded a simple stack to test and it gets stuck on installing app on test device.
So I have 2 problems: I can't create a key and I can't test on LiveCode because it gets stuck on "installing app on test device". The device should be OK, because it worked just a few days ago. I re-installed Java and Android Studio when I was trying to create a key - and since then, LiveCode gets stuck on installing the app.
Any ideas or assistance would be greatly appreciated. Maybe I can create a key using older versions of Java or Android? But that won't solve my problem with testing on Livecode. And what is PKCS12 anyway? (I know I am mixing the two problems - but maybe they are related)