I have created a fresh CN1 Project, updated the pom file to 7.0.156, and rebuilt the project. The pom has a “Cannot resolve symbol ‘cn1libs'” error at module cn1libs. I tried to install the cn1libs using the maven cn1:installcn1libs and got Failed to execute goal com.codenameone:codenameone-maven-plugin:7.0.156:installcn1libs (default-cli) on project taapp-javase: Execution default-cli of goal com.codenameone:codenameone-maven-plugin:7.0.156:installcn1libs failed. Do I still need the reference to the cn1libs, and if so, how do I get past this issue? Also, the build has a failure “CSS> SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder””. Do I need to manually load the slf4j file for the css? The simulator runs the Hello World app correctly. Thanks.