I am trying to create 'App Engine Connected Android Project' on Eclipse 4.2(Juno) but am facing 2 errors:
1) The first error shows up while creating new project:
Creation of Element Failed.
Reason:
Unknown protocol : d
And yet new project files are created in workspace under project's name. I have installed latest Google plugin for Eclipse, ADT and Android Platform tools. I am not facing any problem while creating 'Android Application' project but while creating 'App Engine Connected Android Project' Eclipse is showing me this error.
2) I can see the newly created project files in workspace but there is one error in MainActivity.java file under src folder saying:
RegisterActivity cannot be resolved to a type
I am working on Win7 Professional 64bit and Eclipse 4.2(32bit).
Did I forget to install any plugins? What should I do?