Completely new to mendex, trying to complete Build your app with a template but getting CE9807 error

0
Hi I'm trying to complete the building your app with a template academy course, I installed mendex studio pro 10.6.2, and followed along until I got to step 2.2.1.  As instructed in step 4, I clicked run locally, at which point Studio Pro ran some checks and I got this error message.  I'm completely new to Mendex and have no idea what this means or how to fix it
asked
1 answers
1

Hi Justin Brodie

It might be from the CommunityCommon Module you can re import it from the Marketplace 

image.png

image.png

image.png if it is already imported choose Replace existing module

If this doesn't work so it might be a proxy issue to solve it

Open C:\Program Files\AdoptOpenJDK\jdk-11.0.3.7-hotspot\conf\net.properties and add

http.proxyHost=your.proxy.url

http.proxyPort=your.proxy.port

https.proxyHost=your.wproxy.url

https.proxyPort=your.proxy.port

Restart your computer.

Please recommend this as accepted answer if it solves you issue 

Thanks

answered