Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经导入了贝宝库,但在集成中似乎没有添加它,因为我仍然看到错误。我可能导入不正确,但我在“libs”文件夹中有 PayPal_MPL.jar。
如果你正在使用Eclipse,你应该Right clic在Project-> Properties-> Java Build Path-> Add External Jars->上添加它Locate file
Eclipse
Right clic
Project
Properties
Java Build Path
Add External Jars
Locate file
我可以看到你的问题。在您的类路径中,您添加了旧的 PayPal MPL 库,但您的源代码使用的是新的 SDK 代码。