Hi everybody,
I´ve just started working with the mobile engine this week. I first wanted to go through the examples/tutorials. Everything works fine till I reach
Step 5
(
Create a the Client Application) on the
Developing a simple Smart Sync Application
. After I want to
Create a new Smart Sync project
I get the following error message:
+Organize Imports
Problems while organizing imports on some compilation units. See 'Details' for more information.
NewSmartSyncProject/java/com/sap/ip/me/mdk/web/zmanexm01/control/ZmanExm01List.java: Compilation unit contains ambiguous references. User interaction required.
NewSmartSyncProject/java/com/sap/ip/me/mdk/web/zmanexm01/control/ZmanExm01Detail.java: Compilation unit contains ambiguous references. User interaction required.
NewSmartSyncProject/java/com/sap/ip/me/mdk/web/app/NewsmartsyncprojectApplication.java: Compilation unit contains ambiguous references. User interaction required.
NewSmartSyncProject/java/com/sap/ip/me/mdk/web/app/control/Menu.java: Compilation unit contains ambiguous references. User interaction required.+
The xml-file is (nearly) the same as shown in the example, only the user-name differs. So the error shouldn´t be caused by one of the first four steps. I´ve already read about the same problem in this forum, but the solution (changing eclipse version 3.0 to version 2.1)didn´t fix my problem, because I´m already using version version 2.1.
Every javasource-code in the
java package
is erroneous (marked with red crosses). Most java-errors look like this:
"<b>... cannot be resolved</b>".
I´ll hope there´s a better way, than going through each source-code and solve the problem on this way (124 errors 😕) ?
Further details:
ME 2.1 SP 03 Patch 00 Build 200403030929
Eclipse 2.1.2 (Build id: 200311030802)
SAP Mobile Development Kit 2.1.4.1
SAP Mobile Development Kit Tools 2.5.12
SAP NetWeaver Developer Studio 2.0.12
Thanks for your help
Manfred