You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
C:\Android\Projects\android-topeka-master-master\android-topeka-master-master\app\src\main\java\com\google\samples\apps\topeka\com\george\videos\GetPlaylistTitlesAsyncTask.java
Error:(13, 76) error: cannot find symbol class PlaylistListResponse
Error:(18, 13) error: cannot find symbol class YouTube
Error:(20, 39) error: cannot find symbol class YouTube
Error:(25, 15) error: cannot find symbol class PlaylistListResponse
The text was updated successfully, but these errors were encountered:
compile('com.google.apis:google-api-services-youtube:v3-rev149-1.20.0') {
exclude module: 'httpclient' //by artifact name
exclude group: 'org.apache.httpcomponents' //by group
exclude group: 'org.apache.httpcomponents', module: 'httpclient' //by both name and group
}
compile('com.google.http-client:google-http-client-android:1.20.0') {
exclude module: 'httpclient' //by artifact name
exclude group: 'org.apache.httpcomponents' //by group
exclude group: 'org.apache.httpcomponents', module: 'httpclient' //by both name and group
}
compile('com.google.api-client:google-api-client-android:1.20.0') {
exclude module: 'httpclient' //by artifact name
exclude group: 'org.apache.httpcomponents' //by group
exclude group: 'org.apache.httpcomponents', module: 'httpclient' //by both name and group
}
compile('com.google.api-client:google-api-client-gson:1.20.0') {
exclude module: 'httpclient' //by artifact name
exclude group: 'org.apache.httpcomponents' //by group
exclude group: 'org.apache.httpcomponents', module: 'httpclient' //by both name and group
}
Why can't I import the following dependencies?
I keep getting these errors:
C:\Android\Projects\android-topeka-master-master\android-topeka-master-master\app\src\main\java\com\google\samples\apps\topeka\com\george\videos\GetPlaylistTitlesAsyncTask.java
Error:(13, 76) error: cannot find symbol class PlaylistListResponse
Error:(18, 13) error: cannot find symbol class YouTube
Error:(20, 39) error: cannot find symbol class YouTube
Error:(25, 15) error: cannot find symbol class PlaylistListResponse
The text was updated successfully, but these errors were encountered: