Once you clone this repository there are two required steps to build the sample app:
- Configure your Cloudinary cloud name for the app:
- Once you open the project (from the repository root) a file named
gradle-local.properies
should be automatically created in the repository root (you can manually create it if it's not there). Note: This file is ignored by git and should never be checked in. - The file should contain a single property with your cloudinary url, stripped to cloud name only:
cloudinaryUrl=cloudinary://@myCloudName
- Run
./gradlew clean
(gradlew clean
on Windows) from the repository root before proceeding.
- Once you open the project (from the repository root) a file named
- Create an upload preset named 'sample_app_preset' in your cloudinary account console:
- Login to your Cloudinary console, go to settings>upload, scroll down
to Upload Presets and click
Add upload preset
. Alternatively, head directly to the new preset page. - Type in
android_sample
as the name and save, leaving all the fields with their default values.
- Login to your Cloudinary console, go to settings>upload, scroll down
to Upload Presets and click
After completing the steps above the sample app should be ready to be deployed and upload resource to your Cloudinary cloud.
Additional resources are available at:
You can open an issue through GitHub.
Contact us at support@cloudinary.com
Or via Twitter: @cloudinary
Released under the MIT license.