我安装了RhoMobileSuite 5.2.2。我在rhomobile.com上有一个常规帐户。
当我尝试运行带有运行配置的应用程序(windows mobile / windows CE)时,它不起作用,我收到此错误:
PWD: C:\Users\Administrator\workspace\store
CMD: rake run:wm
rake aborted!
Exception: Could not build licensed features
Tasks: TOP => run:wm => config:wm => config:common
(See full trace by running task with --trace)
-$TIME$- message [ First timestamp ] time is { 2015-09-05T10:52:55Z } milliseconds from start (0)
Connecting to rhomobile.com
Starting rhodes build system using ruby version: 1.9.3
-$TIME$- message [ config:common ] time is { 2015-09-05T10:53:02Z } milliseconds from start (6820)
Connecting to rhomobile.com
**** NOTE: You use sdk parameter in build.yml ****************************************************************
To use latest Rhodes gem, run migrate-rhodes-app in application folder or comment sdk in build.yml.
**************************************************************************************************************
**** ERROR: Could not build licensed features. ***************************************************************
You have free subscription on rhomobile.com. RhoElements features are available only for paid accounts.
The following features are only available in RhoElements v2 and above:
- Barcode extension
- Indicators extension
- HardwareKeys extension
- CardReader extension
- Signature Capture
- Windows Mobile/Windows CE platform support
- Symbol device capabilities
- Symbol WebKit Browser
For more information go to rhomobile website
In order to upgrade your account please log in to https://rms.rhomobile.com
Select "change plan" menu item in your profile settings.
**************************************************************************************************************
我是Windows 7终极版& Visual Studio 2013终极版
我可以在iphone,android和win 32 rhosimulator上使用rhostudio运行应用程序
任何帮助? `
答案 0 :(得分:1)
首先,要构建Windows CE / Windows Mobile应用程序,您需要Visual Studio 2008,这是支持这些操作系统的最新Visual Studio版本。
我已经做了快速测试,它适用于我使用RMS v5.2.2和Visual Studio 2008(加上WM6.5.3 SDK和Symbol MC3000 PSDK for Windows CE支持,you can find the detailed setup on RMS documentation)。
如果您要将项目从之前的RMS版本移动到最新版本,请务必记住rake clean:<your target platform>
作为第一步。
编辑:忘记提及Windows Mobile / Windows CE支持需要付费许可的非常重要的事情。您可以获取有关RhoMobile website的更多信息,并查看API列表,everything linked to Windows Mobile/Windows CE is marked as a paid feature。