On Mon, Jan 14, 2013 at 03:11:16PM +0100, Jiří Pinkava wrote: > Hi, > Hi, sorry for the long delay,
> what is the lowest intended API version supported by Beem. In project > file is specified API v16 (4.1.x) but this removes wast majority of > devices. I have tested it for API v15, it works althought it is not > stable (I will debug it later). In project.properties we specified the latest Android SDK available (or close to it) because this is the SDK we use to build Beem. In the AndroidManifest.xml file, we set the targetSdkVersion to the latest SDK version we can run it with a physical device (currently 16 on nexus 7). For the minSdkVersion, which indicates the latest version we expect to run Beem on (currently api v5), the policy is to increase it by 1 on each release of Beem. So Beem-0.1.8 will be minSdkVersion="6" > I ask the question because some Android API used in Beem is long time > deprecated (some since v2.x). Should this be reworked? Support for at > least API 2.3.x seems reasonable to my, because of current marketshare. This is true. Is should be reworked depending on the minSdkVersion rules explained above. Cheers, -- Da Risk Beem Developer http://www.beem-project.com _______________________________________________ Beem-dev mailing list [email protected] http://list.beem-project.com/mailman/listinfo/beem-dev
