##中文说明
Cube
is a light package for Android development.
DEMO project has been moved to HERE.
All of the readme
content and document are moved to Github Pages, please visit the Github Pages for more imformation:
Cube-SDK has been pushed to Maven Central, both in aar
and apklib
format.
<dependency>
<groupId>in.srain.cube</groupId>
<artifactId>cube-sdk</artifactId>
<type>apklib</type>
<version>1.0.43-SNAPSHOT</version>
</dependency>
or:
<dependency>
<groupId>in.srain.cube</groupId>
<artifactId>cube-sdk</artifactId>
<type>aar</type>
<version>1.0.43-SNAPSHOT</version>
</dependency>
compile 'in.srain.cube:cube-sdk:1.0.43-SNAPSHOT@aar'
Load the content into you eclipse, it's library project. Then use it in your application project.
cube-sdk contains:
- CLog