Alexander Hoffmann
Alexander Hoffmann
When trying to build a project where [auto backup](https://developer.android.com/guide/topics/data/autobackup) is disabled, the build fails with this error: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed...
On page 5, the codelab instructs you to add the following dependencies: ```Groovy dependencies { implementation "androidx.datastore:datastore-core:1.0.0" implementation "com.google.protobuf:protobuf-javalite:3.18.0" ... } ``` On page 7, the codelab instructs to create...
When trying to run the Jetpack DataStore Proto codelab, I am not able to build the app as instructed on page 6. Instead I get the following error: ``` Execution...