"无法引用' SAPServiceProviderConnection'在调用超类型构造函数之前

时间:2015-03-27 12:34:49

标签: android tizen

我在Android Studio中导入Samsung提供的项目SimpleSAPProvider(http://developer.samsung.com/what-is-new/blog/2014/Tutorial-How-to-build-a-Basic-Integrated-Gear-Application)。它产生一个错误“”在调用超类型构造函数之前无法引用'SAPServiceProviderConnection'。“我无法编译它。它在Eclipse中工作正常。

这是代码..

    public SAPServiceProvider() {
        super(TAG, SAPServiceProviderConnection.class);//Showing Error
        Log.d("SAP PROVIDER", "SERVICE CONSTRUCTOR");
    }

1 个答案:

答案 0 :(得分:0)

这是一个合法的代码。在Eclipse中使用它它将正常工作。然而,Android Studio显示错误