Welcome to 16892 Developer Community-Open, Learning,Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I'm trying to integrate AWS to my android app and for that I followed there official link. after doing all the changes mentioned in the official link and net step was to build the project and here I see faced the following error.

error image

Node.js is currently installed on my (Windows)system.

PS C:WINDOWSsystem32> node -v
v12.18.1
PS C:WINDOWSsystem32> npm -v 
6.14.5                         

I went ahead and googled the error and saw there is already a git issue open for the same and it is resolved but I still see the same issue.

git issue link

any help would be appreciated.

Thanks in advance.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.8k views
Welcome To Ask or Share your Answers For Others

1 Answer

I had the same issue and could resolve it by restarting Android Studio. ("rebuild" etc. did not solve it)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to 16892 Developer Community-Open, Learning and Share
...