Search
Loading...
Skip to content

Clone GitHub Project

This guide will walk you through cloning an existing sample project with the CE.SDK editor already set up

Pre-requisites#

  • Android Studio installed on your machine
  • A valid CE.SDK license key (Get a free trial)

Clone the GitHub Repository#

Launch Android Studio and select File -> New -> Project from version control Next, add the following URL:

https://github.com/imgly/cesdk-android-examples.git

Android Studio Clone dialog Click “Clone” and wait for the project to be downloaded and set up.

Run the Project#

In the local.properties file, add your CE.SDK license key

license=MY_LICENSE_GOES_HERE

You may have to create this file, if Android Studio did not generate it for you.

Finally, run the app on your device or android emulator.

Common Errors#

Here are some common errors you may encounter through this guide, and how to solve them.

Invalid License#

Invalid license dialogMissing license dialog
Solution -> Check whether you have supplied a valid license

No Internet#

No internet dialog

Solution -> Check your internet connection