Mobideck / appdeck

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

How to fix build? #17

Closed ixt1 closed 9 years ago

ixt1 commented 9 years ago

Build Log: .... FAILURE: Build failed with an exception.

mdekermadec commented 9 years ago

In you AppDeck Build configuration for Android, applicationID, versionCode and versionName were missing.

It was causing this error, now we setup a default value for this field and your app build is OK.

Also note that you can test your app using the AppDeck app available in AppStore and PlayStore.

It may be faster than rebuild your app each time.

Thank you for your report!