The BuiltIO Backend helps you to create android apps quickly and effortlessly, taking care of all the backend requirements. For more information see the website and getting started.
-
Download the Android SDK .
-
The zip file contains the Built.io Backend SDK, User Interface Kit and Starter Kit. Extract the built.io zip file to begin.
-
Setup SDK as per environment requirement.
A. Android Studio
-
Copy Built.io-xxx.aar to your project's libs folder.Add dependency code in your build.gradle file.
repositories { flatDir { dirs 'libs' } } dependencies {compile 'com.raweng.built:Built.io-x.x.x:x.x.x@aar'}
B. Eclipse
-
Copy Built.io-xxx-javadoc, Built.io-xxx.jar, Built.io-xxx.jar.properties to your project's libs folder.
-
Add jar references in the project's properties --> Java Build Path --> Libraries tab.
-
-
Add Manifest Permissions to the project.
Copyright (c) 2012-present, Built.io.
All rights reserved.