Mobideck / appdeck

AppDeck is a mobile hybrid application engine for iOS and Android.
http://www.appdeck.mobi/
47 stars 22 forks source link

android app package file is invalid #20

Closed iryna7 closed 9 years ago

iryna7 commented 9 years ago

Hi, as soon as i install the apk file on my phone, it shows 'package file is invalid' something like that. any ideas? thanks in advance.

mdekermadec commented 9 years ago

There was an error with applicationID, it must be something like:

com.site.name

(two dots)

If not, it will create this error when you try to install apk.

I create a rules in AppDeck Cloud Services that make sure applicationId have the right form. Your apt should be OK now.

iryna7 commented 9 years ago

Thanks a lot.