Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method does not override or implement a method from a supertype ?? On Android Platform #19

Closed
AugustoAleGonZhipCode opened this issue Feb 18, 2017 · 4 comments

Comments

@AugustoAleGonZhipCode
Copy link

Hello, I am currently facing an error while I am trying to run on my device. I don't know exactly what to do. I really want to use this amazing project because I thing it is the right tool for learning faster and better.

I am on Windows 10. This is the error so far:

C:\Users\Augusto\Documents\ReactNativeKatas\android\app\src\main\java\com\reactnativekatas\MainActivity.java:27: error: method does not override or implement a method from a supertype
    @Override
    ^
C:\Users\Augusto\Documents\ReactNativeKatas\android\app\src\main\java\com\reactnativekatas\MainActivity.java:36: error: method does not override or implement a method from a supertype
    @Override
    ^
2 errors
:app:compileDebugJavaWithJavac FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

I was reading and probably it is a plugin that it is not working right. I am really a newbie on React Native.

@jondot
Copy link
Owner

jondot commented Feb 20, 2017

Hi,
Katas run on iOS only, see more here: #20

@jondot jondot closed this as completed Feb 20, 2017
@AugustoAleGonZhipCode
Copy link
Author

Thanks jondot. I would like to implement it on Android too. I have to admit it is an amazing project for learning react-native on live coding. I want to contribute in some way. If you need a hand let me know.

@jondot
Copy link
Owner

jondot commented Feb 20, 2017

@AugustoAleGonZhipCode thanks!
right now my plan is:

1 - To attempt a React Native core upgrade. This can break everything but it'll be one thing.
2 - The next thing would be to find implementations of snapshots on Android that will perform in a good way.

If (1) will not provide that much value, then I will attempt only (2). When I'll start that work I'll ping you - thanks!

@AugustoAleGonZhipCode
Copy link
Author

@jondot Thanks to your amazing code.

It seems an awesome plan. I understand by first hand the break everything part.
Let me know if I can help in something I will start on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants