找不到用于签名配置“调试”的密钥库文件

时间:2019-08-14 12:28:27

标签: android react-native

当我为我的android项目添加SplashActivity时。

package com.mypackage;

import android.content.Intent;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;

public class SplashActivity extends AppCompatActivity {
    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);

        Intent intent = new Intent(this, MainActivity.class);
        startActivity(intent);
        finish();
    }
}

在编译之前不会显示任何错误消息:

Keystore file '/Users/sb/Github/believingDying/DccNativeApp/android/app/debug.keystore' not found for signing config 'debug'.

1 个答案:

答案 0 :(得分:0)

我似乎是android版本的错误,我只添加了梯形失真校正文件following this guide