I am following the steps described here to use the Simperium :
https://simperium.com/tutorials/simpletodo-android/
After importing Code from GitHub. message Gradle sync is showing : Project build missing Simperium app property.
and on opening the file in build.gradle studio is showing error in following line:
throw new ProjectConfigurationException("Project build missing ${property} property", null)
Is there any solution or suggestion to run this sample??
I think you missed this step:
Once the gradle.properties file is set up, the app should build.