libreliodev / android

Android Customizable Reader - Librelio Digital Publishing Suite
www.librelio.com
226 stars 129 forks source link

Error Compiling #202

Closed pppedant closed 10 years ago

pppedant commented 10 years ago

I am newbie in android development and i downloaded latest ADT (with eclipse) from google.

I imported the libreliodev to workspace (I hope this is the correct thing) and I got lots of "Unable to resolve target 'android-17'" errors. I managed the change project name but when i tried to change package name it throws error about the compiling errors for videoActivity.java.

I couldn't build project due to huge number of errors. Can you please help to by giving a step by step starter instructions.

Thank you in advance.

intrications commented 10 years ago

Make sure you have downloaded the "SDK Platform" for API 17 Android 4.2.2 from the Android SDK manager. That will resolve the android-17 error. You may be better off redownloading the source and importing again if you have made changes. The VideoActivity error occurs when you target one of the newer versions of Android such as API level 19.