如何修复库导入

时间:2019-07-25 20:44:27

标签: java android android-studio stripe-payments

使用Android Studio 3.4.2-gradle 5.1.1-Android 9+ Api 29:

我想集成Stripe,但它们的库使用旧版本,因此它们的库导入有问题,我无法更改。

我尝试添加他们的较旧版本的api 19,但是它不起作用,甚至添加了android.suport.annotation,但它不会更改内置库

  import android.support.annotation.DrawableRes;
  import android.support.annotation.IntRange;
  import android.support.annotation.NonNull;
  import android.support.annotation.Nullable;
  import android.support.annotation.Size;
  import android.support.annotation.StringDef;

0 个答案:

没有答案