You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a response in #54 that we can simply build an apk from experimental folder and possibly I can replace the apk under node_modules/@devicefarmer/minicap-prebuilt/prebuilt/noarch.
image 1: place of minicap apk under node_modules
but this will give me a debug apk and I want to use it in my production deployment. is it advisable to use debug apk in prod environment?
Would love to see some guide here. I am stuck as well :/
you can open the experimental folder in Android Studio, let indexing and gradle sync be done and then simply build apk. you can build debug apk or can use existing creds, if you are using for other projects, to generate release apk as well.
if you are using stf, you can replace this apk inside node_modules (refer to image 1 here). and just re-enroll your device, changes will take place.
I have Google Pixel 14 device. I am using STF. I faced issue in enrolling this device on STF but it was resolved once I updated the APK.
Post that, the screen of this device was not getting fetched due to errors in minicap as given in #54
I followed the fix in repeato-qa fork and built the project via
ndk-build
as given in readme. have explained it in this comment.if .so files are no more supported for newer android SDKs, can anyone please guide me with how to build minicap apk?
The text was updated successfully, but these errors were encountered: