java.lang.NoClassDefFoundError error when I try to instantiate the GCS Service
问题 I am very new to java/Android development. My IDE of choice is Android Studio. Essentially I need to upload images/vidoes clips and audio clips to GCS. I am instantiating the service like this " final GcsService gcsService = >GcsServiceFactory.createGcsService(RetryParams.getDefaultInstance());" When I run the app I get the following error java.lang.NoClassDefFoundError: com.google.appengine.api.utils.SystemProperty at >com.google.appengine.tools.cloudstorage.GcsServiceFactory