Whenever I import aviary SDK. it shows an error like this in
com.aviary.android.feather.widget/VibrationWidget.java
Error is in this line package com.aviary.android.feather.widget;
Error:The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
I cannot successfully import aviary SDK.
Please help me on this.
There was a problem with downloading the sdk from the site. Whenever i was downloading it some files were missing. project.properties file was missing. I copied it from another project and in aviary setup guide(https://developers.aviary.com/docs/android/setup-guide) they tell us to add
I added the above on project.properties. And the error has been solved. I posted this because maybe sometimes this will help