项目作者: svrana

项目描述 :
Android video downloader
高级语言: Java
项目地址: git://github.com/svrana/Viz.git
创建时间: 2014-11-10T16:38:18Z
项目社区:https://github.com/svrana/Viz

开源协议:GNU General Public License v3.0

下载


" class="reference-link">Viz - Video downloader App for Android Build Status

Viz logo

About

Viz provides a rudimentary browser for video selection, a video gallery with
video playback, download resume support and more.

License

Building

The build requires Gradle and the
Android SDK. Viz uses
the sdk-manager-plugin
to manage the specific version of the Android SDK you will need along with other
Android dependencies for you; if you do not have the required
Android SDK and support libraries installed, they will be downloaded the
first time you run the build. The `android’ tool provided by the Android SDK
must be in your PATH.

After installing gradle, downloading the Android SDK, and placing its tools/
directory in your path

  • Run ./gradlew assembleDebug

The resulting .apk files will be located in the viz/build/outputs directory.
You might find that your device doesn’t let you install your build if you
already have the (now defunct) version of Viz from Google Play installed.
This is standard Android security as it it won’t let you directly replace an
app that’s been signed with a different key. Manually uninstall Viz from
your device and you will then be able to install your own built version.

Optionally, building from within Android Studio is also possible.

Contributing

Please fork this repository and contribute back using
pull requests.

Any contributions, large or small, major features, bug fixes, additional
language translations, unit/integration tests are welcomed and appreciated.