-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apksigner of espressoserver apk failed: code 1 #552
Comments
What about with |
haven't tried the release candidate yet, will try and see what happens |
Some more info:
|
What is current cert of |
Hi, i checked the certificate of both apk's, it seems they are actually the same. Kind of weird that it gives the error that they are not.
|
What about setting different build tools version by |
I have tried buildtools versions: 26.0.2, 27.0.3, 28.0.3, 29.0.2 and 30.0.0-rc1 |
Alright, so i removed all the espresso/appium files in the _y folder structure and replaced the app apk with a newly build one. This time the signing seems to go alright however it looks like the espressoserver crashes:
|
What happens after |
The same as indirectly, is there a some log for additional errors?
|
What about the logcat? |
|
Similar to #232 ? |
I added a rule in addition to the other proguard rules in the readme
This seems to solve the issue with gson, however, i now get an error similar to #449
|
@KazuCocoa any idea how this can be solved? |
No, unfortunately. It strongly depends on your environment because of Espresso framework. You can also customise Appium's Espresso server build environment as https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md#espresso-server-build-configuration-json Close this once since current your issue is similar to 449 |
Hello everyone,
I keep running into the problem that the signing of the espressoserver apk fails, can't really see what im doing wrong since everything works just fine when i use UIAnimator2, however we want to use tags for android with only seems to be possible with espresso.
I have tried running appium with root access but this doesn't seem to solve anything either.
I put my logs down below, maybe someone notices something that i missed.
The text was updated successfully, but these errors were encountered: