在整合Authorize.net的API为Android问题问题、net、Authorize、Android

2023-09-12 04:48:31 作者:“满城花开已故的少年

我想结合我与Authorize.Net应用程序。我也跟着教程 http://developer.authorize.net/integration/fifteenminutes/给出的步骤机器人/ 。

I want to integrate my app with Authorize.Net. I have followed the Steps given in tutorial http://developer.authorize.net/integration/fifteenminutes/android/.

我的库项目anet_android_sdk没有显示出错误。但是,当我创建了一个新项目,如第3步我得到的错误。

my library project anet_android_sdk showing no error. But when I created a new project as in step 3. I am getting error.

进口net.authorize.android.AuthNet; 进口net.authorize.android.AuthNetActivityBase; 进口net.authorize.android.SimpleActivity; 进口net.authorize.android.button.AuthNetButton;

import net.authorize.android.AuthNet; import net.authorize.android.AuthNetActivityBase; import net.authorize.android.SimpleActivity; import net.authorize.android.button.AuthNetButton;

推荐答案

在 anet_android_sdk 文件夹,你会发现在 SRC 文件夹中,你会发现一些软件包和classes.Just采取必要的包和类像 net.authorize.android.aim,net.authorize.android.arb,net.authorize.android.button,net.authorize.android.cim,net.authorize.android.notification等在不同的包内project.Maintain他们作为src文件夹中。

Within the anet_android_sdk folder you will find the src folder and within that you will find some packages and classes.Just take the necessary packages and classes like net.authorize.android.aim,net.authorize.android.arb,net.authorize.android.button,net.authorize.android.cim,net.authorize.android.notification etc. in your project.Maintain them within different packages as in the src folder.

完整的源$ C ​​$ C可以在这里找到:

The full source code can be found here:

https://drive.google.com/file/d/0B5tCy5V7jKsdOEdPS3c1VTc2MTA/edit?usp=sharing