|
Post by egghead on Sept 6, 2018 2:31:25 GMT
My dev environment : RMS : 6.0.11 Windows 10
While trying to build with rake:device:debug, I get an error like :
[INFO] device:android:debug| Align Debug APK file
rake aborted!
Can't find debug keystore in user's home folder
e:/RhoMobileSuite6.0.11/ruby/lib/ruby/gems/1.9.1/gems/rhodes-6.0.11/platform/android/build/android_tools.rb:760:in `signApkDebug'
What is debug keystore?
|
|
|
Post by egghead on Sept 6, 2018 10:27:28 GMT
Has it got something to do with the JDK? I checked my JDK folder. There is no .android folder there. What version of JDK do I need for 6.0.11?
|
|
|
Post by Alex Epifanov on Sept 6, 2018 12:12:57 GMT
Has it got something to do with the JDK? I checked my JDK folder. There is no .android folder there. What version of JDK do I need for 6.0.11? it is a key to sign an apk. guess it should be auto generated if you run device:android:production if not you can generate it manually: coderwall.com/p/r09hoq/android-generate-release-debug-keystores
|
|
|
Post by egghead on Sept 6, 2018 12:32:40 GMT
Thanks Alex
|
|