Hi Mac
I’ve installed both appium-uiautomator2-driver and appium-adb, unfortunately same result as before.
The appium-uiautomator2-driver installation finished successfully just one warning:
npm WARN request-promise-core@1.1.1 requires a peer of request@^2.34 but none was installed.
and appium-adb installation successful with warning
npm WARN request-promise-core@1.1.1 requires a peer of request@^2.34 but none was installed.
additionally:
I’ve tried to sign the uiatomator2 with:
java -jar node-v6.11.4-linux-armv7l/lib/node_modules/appium/node_modules/appium-adb/jars/verify.jar ./node-v6.11.4-linux-armv7l/lib/node_modules/appium/node_modules/appium-uiautomator2-driver/uiautomator2/appium-uiautomator2-server-v0.1.8.apk
get:
Exception in thread “main” java.lang.Exception: Invalid cert.
at v.Verify.verify(Verify.java:57)
at v.Verify.main(Verify.java:72)
Checked and it looks like the verification is based on MD5 as follows:
MD5: 1A:93:3C:20:FD:9D:DF:6E:89:07:C6:50:6D:E1:2A:5
and from what I can see, the sign and verify tools in appium have not been modified for 5 years.
How can I have the verification working here?
I’m getting appium with armv7l package:
https://nodejs.org/dist/v6.11.4/node-v6.11.4-linux-armv7l.tar.xz
Regards
Janusz