0

What i have is an android application and i'm trying to upload it to play store and i have created account is everything is correct and i have created a store key for my app , but when i try to upload it i get the following message : enter image description here

So i searched and i found out that i didn't signed my app before uploading it and i have searched how to signed it inside eclipse and i found the following steps : enter image description here

But in the project explorer i couldn't find open module setting so i can sign my key store like this : enter image description here

Why this is happening? can you help me to upload it please? i'm new at android :(

sereen
  • 75
  • 12

1 Answers1

0

you can choose

File--->Export

choose "android Export android Application"

select Your Project you want Export it

where you want it

then start creating new keystore or you have one choose it

Or you can right click on your app you want export then choose export signed android package

enter image description here

Mina Fawzy
  • 20,852
  • 17
  • 133
  • 156
  • i did those steps before but it keep give me this error ,, whyy? – sereen Nov 02 '14 at 07:25
  • @minafawzy you need to select the path of the keystore, type the password, and on next screen select the key and re-enter the password, then make sure the apk is exported, you can set different name for singed apk to distinguish it from the debug version, EXPORT MIGHT fail for any reason, and you think the APK at bin folder is signed, which is not ... a different name is good idea – Yazan Nov 02 '14 at 08:40
  • I thought he new then he will create his first keystore , its easy to create just select where he want save it , give it a name , and you right you should change the name if any error occurred (& prefer place where you save your apk also) – Mina Fawzy Nov 02 '14 at 08:51
  • sorry Mina, i wanted to tag @sereen :) – Yazan Nov 02 '14 at 10:27
  • its OK I hope he fix his problem – Mina Fawzy Nov 02 '14 at 10:30