Git Product home page Git Product logo

Comments (3)

eyecatchup avatar eyecatchup commented on May 2, 2024

Hi @nikhilgupta280695,

Your issue seems not to be related to the signing process itself. Rather this is the typical error message one gets when a requested Google API is not enabled.

Actually the message is pretty self-explaining: Please use Google Developers Console to activate the API for your project.

So you might want to check if all the required APIs are enabled in the Google Developer Console.

To do so, go to the Google Developers Console, at https://cloud.google.com/console and select your project from the left sidebar menu.

Now, within your project, navigate to "APIs and auth" > "APIs" and enable ALL of the following APIs:
- Drive API
- Google Cloud Messaging for Android
- Google Maps Android API v2
- Google+ API
- YouTube Data API v3

If all the above APIs are enabled (set to "on"), your problem might be solved already and you should be able to successfully build a fully working app version.


For further infos about signing, please refer to Android's App Signing guide.
Additionally, if you wish to build with Android Wear support, specific details can be found in the Packaging Wearable Apps guide. However, if you wish to not build the wear component, also note the Building without Android Wear section in doc/BUILDING.md.


So, does this solve your issue?

from iosched.

nikhilgupta280695 avatar nikhilgupta280695 commented on May 2, 2024

All the above mentioned API's were already enabled... Still it gave the error.
The app is able to read the manifest file from server after which something is causing an error.
Is the problem with :

  1. GCM Key
  2. The app originally being Google IO and some setting to be changed while changing it to our app.

from iosched.

ardock avatar ardock commented on May 2, 2024

AlexKorovyansky shared a full customization (without updater) very useful

Read this
#30

And check keys changed here
gdgomsk@5b970ce

from iosched.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.