rossmartin / video-editor-ionic2

:camera: :video_camera: :scissors: An Ionic 2 app that shows how to use the cordova-plugin-video-editor and cordova-plugin-instagram-assets-picker plugins.
71 stars 30 forks source link

Build Failed #1

Closed annalynayop closed 8 years ago

annalynayop commented 8 years ago

Hi Good Day, I followed your instructions and tried to run this on android device, but I'm having an error..hope you can give me an idea for this..thanks error

rossmartin commented 8 years ago

The plugin for android requires android sdk version 18 (android 4.3)

In your app's root config.xml add this below to your android preferences or create if needed -

<platform name="android">
    ...
    <preference name="android-minSdkVersion" value="18" />
    ...
</platform>
annalynayop commented 8 years ago

yey it works.thanks :)