youtube / yt-direct-lite-android

The code is a reference implementation for an Android OS application that captures video, uploads it to YouTube, and submits the video to a YouTube Direct Lite instance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to start the project because of compile time errors

sallu1001 opened this issue · comments

Hello

I have setup everything for the project. I am using Eclipse for this project. When I imported the project I found a Java folder in it. I shifted all the sub folders into "src" folder. But now because of this I am getting compile time errors. Its not recognizing any package related to Google Play Service. I dont know how to fix this.

Also if I am running the project with the java folder there is no compile time error, but as soon as I launch the application it is crashing due to "No class found" error. Because maybe its not taking the class from Java folder and that's why I have to shift all the sub folders to "src" folder.

Please help me to sort out this. Any help would be appreciable.
Thanks.