Hi Mila,
Thanks for greetings!
The minimum Android SDK level we have set is 14 (Android 4.0).
Just made a test to build Evothings Client with minimum level 10 and running it on a Nexus One (Android 2.3) but it does not work very well...
What I suggest if you wish to develop for 2.3 and 3.x is that you create a Cordova project, then you just edit the project to connect to Evothings Workbench. Here are instructions for how to do this:
http://evothings.com/doc/build/cordova- ... rEvothingsAs an alternative to modifying config.xml in the Cordova project, you can make a button/link in the index.html page of your app that connects to the Workbench. For example:
<a href="http://192.168.43.131:4042">Connect To Workbench</a>
Note that you must replace the IP-address in the above example with the actual IP-address displayed in the Workbench window.
There is also a related blogpost:
http://evothings.com/hybrid-app-development-made-fast/Building the Evothings Client app is quite complex and we have not documented the process. Creating your own Cordova project with the plugins needed should be easier. What you will get is the reload-on-save feature of Evothings Workbench. This speeds up Cordova development greatly.
Let me know how it goes!
Mikael
