Error with signature on the app Android

If you got some of these errors when try create the signature of your app (or try run calabash-android run) on Android:

 

> fingerprint_from_apk': No RSA file found in META-INF. Cannot proceed. 
(RuntimeError)

 

Or

 

> jarsigner: unable to open jar file (When try re-signed)

 

Try these steps:

 

– Verify if the file zipalign is inside of the folder sdk/tools.

 

– If the zipalign don’t exist inside the tools folder, download on this link :

 

– Give the execute permissions:

chmod 777 zipalign

 

– Open the Eclipse, Click in Preferences:

Screen Shot 2014-07-16 at 0.06.31

 

– Open the Android Tab, Click on Build, Click on Apply and OK:

 

Screen Shot 2014-07-16 at 0.07.03
– Try runs the command again:
calabash-android resign NAMEAPP.apk
– After try run the cucumber again 🙂
calabash-android run NAMEAPP.apk

 

Worked for me !

 

Bye guys 🙂

2 thoughts on “Error with signature on the app Android

  1. Heya i’m for the primary time here. I found this board and
    I in finding It truly useful & it helped me out a lot. I am
    hoping to provide something again and help others such as you helped me.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.