VyAPI icon indicating copy to clipboard operation
VyAPI copied to clipboard

VyAPI application in not open

Open bmrselvan opened this issue 6 years ago • 3 comments

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.

bmrselvan avatar Sep 18 '19 15:09 bmrselvan

What error do you see in ADB logcat?

image

riddhi-shree avatar Sep 18 '19 17:09 riddhi-shree

Here error screenshot.... Screenshot_1

bmrselvan avatar Oct 15 '19 16:10 bmrselvan

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.

riddhi-shree avatar Oct 28 '19 05:10 riddhi-shree