Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VyAPI application in not open #1

Open
bmrselvan opened this issue Sep 18, 2019 · 3 comments
Open

VyAPI application in not open #1

bmrselvan opened this issue Sep 18, 2019 · 3 comments

Comments

@bmrselvan
Copy link

I follow the guide and generate APK.
then I install that in my android device(API Level 24) and android emulator (API level 24).
if try to open the app it will close automatically.

@riddhi-shree
Copy link
Contributor

What error do you see in ADB logcat?

image

@bmrselvan
Copy link
Author

Here error screenshot....
Screenshot_1

@riddhi-shree
Copy link
Contributor

From the screenshot, I can see that the error says "Failed to read awsconfiguration.json please check that it is correctly formed". This error would appear if at least one amplify command did not execute successfully.

The commands that need to be executed include:

  1. git clone [email protected]:appsecco/VyAPI.git
  2. cd VyAPI/
  3. amplify init
  4. amplify configure
  5. amplify add auth
  6. amplify status
  7. amplify push

Hope you have run all of the above commands in the same order. Request you to compare the output with the output as displayed in the "Amazon Cognito Setup" section of https://github.com/appsecco/VyAPI/blob/master/README.md

Let me know in which step do you see a difference in output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants