io2015-codelabs icon indicating copy to clipboard operation
io2015-codelabs copied to clipboard

codelabs for Google I/O 2015

Results 100 io2015-codelabs issues
Sort by recently updated
recently updated
newest added
trafficstars

I found it and I fix all the mistake for work for version android studio 3.3 I hope it works for you That is the codelab https://codelabs.developers.google.com/codelabs/android-deep-linking/index.html?index=..%2F..index#0 https://github.com/isgori/android-deep-linking

```java FaceDetector faceDetector = new FaceDetector.Builder(getApplicationContext()).setTrackingEnabled(false) .build(); // Cannot resolve symbol 'Builder' if(!faceDetector.isOperational()){ // Cannot resolve method 'isOperational()' new AlertDialog.Builder(v.getContext()).setMessage("Could not set up the face detector!").show(); return; } ``` ---...

In Step 3, if one is running Python3, the command `$ python -m SimpleHTTPServer 3000` would be `$ python -m http.server 3000` (Not critical but at least worth a mention...)

Nowadays, Configuring Credentials comes before Configuring Consent Screen

Got an error for app-indexing-start app looks like File google-services.json is missing (not provided in tut). org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:processDebugGoogleServices'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35) at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:64)...

Error: Program type already present: android.support.v4.app.BackStackRecord$Op Code gradle app; apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId "com.example.rudra.barcodereader" minSdkVersion 15 targetSdkVersion 28 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"...

Unsupported method: BaseConfig.getApplicationIdSuffix(). The version of Gradle you connect to does not support that method. To resolve the problem you can change/upgrade the target version of Gradle you connect to....

I follow tutorial https://codelabs.developers.google.com/codelabs/cardboard-unity/#0 in my IOS and geeting error The name `Cardboard' does not exist in the current context, and I think this tutorial is outdated for old sdk....

https://codelabs.developers.google.com/codelabs/offline/index.html?index=..%2F..%2Findex#3 Python version - 2.7