hellow
我正在尝试集成条带的支付网关,我收到此错误。
我的清单文件如下:
manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.saubhagyam.paymentstripeintegration">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<meta-data
android:name="com.google.android.gms.wallet.api.enabled"
android:value="true" />
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
我的logcat是:
05-03 18:08:45.184 3425-3425 /? D / dalvikvm:延迟启用CheckJNI
05-03 18:08:45.264 3425-3425 / com.example.saubhagyam.paymentstripeintegration D / AndroidRuntime:关闭虚拟机
05-03 18:08:45.264 3425-3425 / com.example.saubhagyam.paymentstripeintegration W / dalvikvm:threadid = 1:线程退出时未捕获异常(group = 0x94cabb20)
05-03 18:13:45.394 3425-3425 /? I /处理:发送信号。 PID:3425 SIG:9
答案 0 :(得分:0)
我通过集成条带输入法改变了整个实现方式,因此它给了我内置的功能,并且我可以成功地使用它。
感谢。