Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 489 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 489 Bytes

ionic-video-capture

Apache Cordova Plugin video-capture

Installation

cordova plugin add https://github.com/unclekitty/ionic-video-capture.git

Supported Platforms

  • Android

Build

在 build.gradle 中添加

dependencies {
    compile 'com.android.support:support-v4:20.0.0'
    compile 'com.android.support:support-annotations:22.2.0'
    compile 'com.android.support:appcompat-v7:23.1.1'
}

替换包名

import com.ionicframework.video202440.R;