skip to Main Content

Issue in adding Firebase In-App Messaging

I had been trying to add Firebase in-app messaging into our android project. It builds successfully but when i run the app in emulator/device it throws the following error. com.android.builder.dexing.DexArchiveBuilderException: com.android.builder.dexing.DexArchiveBuilderException: Failed to process /Users/gowthamraj/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/20.0/89507701249388e1ed5ddcf8c41f4ce1be7831ef/guava-20.0.jar at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)…

VIEW QUESTION

Sharing audio on messenger

I not have idea how to share the sound on messenger. I imported api facebook but I kept going. Forgive me for my English, bt = (Button)findViewById(R.id.share1); bt.setOnClickListener(new View.OnClickListener(){ @Override public void onClick(View v) { if (ContextCompat.checkSelfPermission(MainActivity.this, Manifest.permission.WRITE_EXTERNAL_STORAGE) == PackageManager.PERMISSION_GRANTED)…

VIEW QUESTION
Back To Top
Search