Hi,
I was trying to import the source code of dolphin android app provided in the boonex website into Android Studio. When performing the gradle build as part of the build process, I got errors regarding the minSdk version which was declared to be 9, and should be 8. When we tried to change it to 8, we got errors in the "..value.xml" file.
Then we tried to update the compile sdk version to 23 and we got errors indicating absence of some packages and classes.
Could you please tell me the complete procedure needed to import and run the mentioned source code?
Thanks in advance :)