Closed sonic760408 closed 6 years ago
me too same error..
Same here
me too...
throw new InvalidUserDataException("You should define KEYSTORE_PASSWORD, KEYSTORE_ALIAS and KEY_PASSWORD in gradle.properties." + ex) .. I have an error with this line of code. can you help me?
In app build.gradle comment this try/catch
signingConfigs { release { / try { storeFile file("openshopKeystore.jks") storePassword KEYSTORE_PASSWORD keyAlias KEYSTORE_ALIAS keyPassword KEY_PASSWORD } catch (ex) { throw new InvalidUserDataException("You should define KEYSTORE_PASSWORD, KEYSTORE_ALIAS and KEY_PASSWORD in gradle.properties." + ex) } /} }
and in release comment signingConfig signingConfigs.release
release { minifyEnabled false debuggable false //signingConfig signingConfigs.release
// For release build should be added custom proGuard
// minifyEnabled true // proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' }
the problem now is related to the backend... apparently it disappeared.
Partially solved by connecting to apiary mock server https://bfashionapibfversion.docs.apiary.io/# Generally speaking this is just mobile aplication, you have to write your own server which will handle all the logic ad data for specific store.
Dear author:
I set up the properties, try to compile and run this app, but when after showing welcome screen, the app crash And I try to trace the root cause, find the error message is following
And I tried to line http://77.93.198.186/v1.2, shows page not found Is this server already shutting down?
Thank you