willblaschko / AlexaAndroid

A library and sample app to abstract access to the Amazon Alexa service for Android applications.
GNU General Public License v2.0
280 stars 133 forks source link

Build error Unable to find signing.gradle #153

Open sriranjanr opened 6 years ago

sriranjanr commented 6 years ago

I see that this library is from 2016 and many things have changed after that in alexa. Now we need security profile id. client ID, client secret, refresh-token etc. So will this library work now? How should I make signing.gradle now. What should signing.gradle include..

anoop4real commented 6 years ago

same issue here

pkalebu commented 5 years ago

Were you able to resolve this? I'm having the same issue

faengelm commented 5 years ago

I get the error "unable to find signing.gradle"

faengelm commented 5 years ago

When I try to use Android Studio to generate the signing, that option is not available because the app is not loaded. Does someone that the steps to fix this error?

2won0 commented 5 years ago

You can do with this answer https://stackoverflow.com/questions/43258297/unable-to-find-signing-gradle-please-replace-android-buildtypes-signing-confi

It works for me.

Also, you can try it like below. (From the AndroidStudio menu) 1) Build -> Edit Build Types -> Signing tab -> fill blank areas. (use keystore informations that you generated) 2) Go to Build Types tab -> select Signing config that you wrote from signing tab

And try to make project.