android-studio-3.1.4

inappmessaging-display:17.0.0' CreateProcess error=206, The filename or extension is too long

谁说胖子不能爱 提交于 2019-12-08 07:04:48
问题 When I add implementation 'com.google.firebase:firebase-inappmessaging-display:17.0.0' to my gradle file, Android Studio cannot generate apk, instead it gives this error: CreateProcess error=206, The filename or extension is too long. Any help would be much appreciated guys. Thanks. 回答1: I had to remove these two libraries implementation 'com.google.android.gms:play-services-auth:16.0.0' Also, I found it crashes when you are using Picasso library, you might want to downgrade it or remove it

inappmessaging-display:17.0.0' CreateProcess error=206, The filename or extension is too long

我们两清 提交于 2019-12-06 16:46:42
When I add implementation 'com.google.firebase:firebase-inappmessaging-display:17.0.0' to my gradle file, Android Studio cannot generate apk, instead it gives this error: CreateProcess error=206, The filename or extension is too long. Any help would be much appreciated guys. Thanks. I had to remove these two libraries implementation 'com.google.android.gms:play-services-auth:16.0.0' Also, I found it crashes when you are using Picasso library, you might want to downgrade it or remove it all. it is already installed in the inappmessaging library implementation 'com.squareup.picasso:picasso:2

Migration to androidX missing in Android Studio

我怕爱的太早我们不能终老 提交于 2019-12-01 17:02:13
问题 I am trying to migrate my project to androidX. The project i am trying to migrate is based on android support libraries AppCompat. In the Developer Documentation it says that you can migrate to AndroidX by doing the Following: Android Studio -> Refactor -> Migrate to AndroidX But when i am following these steps, i end up at Refactor , because i only have got the option Migrate to AppCompat . I am not sure what to do. Additional Info: Android Studio Version: 3.1.4 (Stable Channel) Android SDK