maven - how to upload video to youtbue using YouTube Direct Lite App for Android -


i'm try upload video youtube without using intent

in previous q using youtube data in android project

ibrahim ulukaya proposed use in example https://code.google.com/p/ytd-android/

at time add project receive message " built path contains duplicate entry 'src' project "youtube direct ..."

this after include google play services library project (this fix compile error exapt "error generating final archive: found duplicate file apk: resources.arsc")

in form saw problem cause marven plug in add m2eclipse plugin maven-android-plugin

but dont understand after red marvel introdution what marvel , project need plug in ???

currently in state can not start project because of compilation problem. someone in situation , know need resolve , start working project???

ibrahim ulukaya told me don't need whole project, can use uploadservice.java , resumableupload.java. deleted other files did not help

i think maven tool, if want can create eclipse android project without maven, simpler. copy code src folder , resources res folder.

you must include google play services , latest youtube client library android dependencies:

https://code.google.com/p/google-api-java-client/wiki/apis#youtube_data_api


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -