Issues in Integrating Authorize.net API's for android

淺唱寂寞╮ 提交于 2019-12-13 16:21:49

问题


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

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

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


回答1:


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.

The full source code can be found here:

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



来源:https://stackoverflow.com/questions/24485899/issues-in-integrating-authorize-net-apis-for-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!