You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've some troubles after adding your library:
Error:(28, 22) error: cannot access OnMapReadyCallback class file for com.google.android.gms.maps.OnMapReadyCallback not found
when i do simply
final OptionView singleSwipe = new OptionView.Builder()
.normalCard()
.text("Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text," +
" a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text")
.title("Single Card")
.build();
SwipeableCard swipeableCard = findViewById(R.id.swipeCard);
swipeableCard.init(this,singleSwipe);
The text was updated successfully, but these errors were encountered:
I had to manually add maps API to my project but now there is another problem. with the code above it crashes because
Caused by: android.view.InflateException: Binary XML file line #8: Binary XML file line #8: Error inflating class it.michelelacorte.swipeablecard.SwipeableCard Caused by: android.view.InflateException: Binary XML file line #8: Error inflating class it.michelelacorte.swipeablecard.SwipeableCard
Hello, I've some troubles after adding your library:
Error:(28, 22) error: cannot access OnMapReadyCallback class file for com.google.android.gms.maps.OnMapReadyCallback not found
when i do simply
The text was updated successfully, but these errors were encountered: