コミュニティ

Layout problem on android ocr code

I downloaded the code from this github link When I imported the code to Eclipse, I encountered the error in this code.

@Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
    }

Layout folder is empty. Is this code right? How can I solve this problem? If I add new xml file to layout folder. How can I modify this xml folder?

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    you are missing the layout files, here you can download the two missing files: Github

    1

サインインしてコメントを残してください。