Hi SMP Kapsel experts,
I am stacked in a problem and hope soemone can help me out. Basically, I just want to create a Cordova project (and add Kapsel plugins later) and load it into Eclipse (Kepler)+ADT, and run it on AVD or HTC devices
Here are my settings of tools:
IDE: Eclipse (Kepler SR2) +ADT (23.0.4.1468518)
Android SDK (upto anroid 5.0.1)
Cordova (4.4.2)
jdk1.8.0_31
SMP server: SMP3.0_SP05
SMP SDK (Kapsel SDK): 3.0_SP06_PL02
Here are the commands used to create a cordova project:
cordova create appFolder com.myapp.id myapp
cordova plateform add android
cordova build android //this is optional, tried in same cases
cordova prepare andriod
Here is the problem:
(Note that for now I have not reach the step to add Kapsel plugin yet. ) After these, I load the generated project into the Kepler eclipse, its precompipling shows this error:
Can anyone please tell what might go wrong here? Seems cordova lib is missing but why? Some version mismatch?
Thanks a lot in advance!
Dong Zhu