Shopify / mobile-buy-sdk-android

Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using their credit card.
MIT License
216 stars 136 forks source link

No static method com_shopify_buy3_Storefront$ShopQuery$$Lambda$3_lambda$collections$2... #453

Closed KavithaAnandan closed 7 years ago

KavithaAnandan commented 7 years ago

Can someone please help me on this.Am getting this error once i added retro lambda. and for one day fully i tried i couldnt resolve this issue.

java.lang.NoSuchMethodError: No static method com_shopify_buy3_Storefront$ShopQuery$$Lambda$3_lambda$collections$2(Lcom/shopify/buy3/Storefront$ShopQuery$CollectionsArguments;)V 
in class Lcom/shopify/buy3/Storefront$ShopQuery; 
or its super classes (declaration of 'com.shopify.buy3.Storefront$ShopQuery' appears in /data/app//base.apk)
     at com.shopify.buy3.Storefront$ShopQuery$$Lambda$3.define(Unknown Source)
     at com.shopify.buy3.Storefront$ShopQuery.collections(Storefront.java:22738)
henrytao-me commented 7 years ago

Sorry. I have to edit the title to make it shorter. Have you tried clean build? What version are you using? 3.0.7?

sav007 commented 7 years ago

I guess this is the same issue https://github.com/Shopify/mobile-buy-sdk-android/issues/437

sav007 commented 7 years ago

Closing due inactivity.