remove Eclipse relicts in Android sample#16349
Conversation
This is not Android stuff.
Android tests are not ported on Gradle yet. BTW, Nightly Android pack builds are broken (since Jan 4, perhaps by #16222): http://pullrequest.opencv.org/buildbot/builders/master_pack-android |
819241e to
afc8dd5
Compare
@alalek you are right, I reverted these files 👍
I did a look, but unfortunately I don't understand the issue and this Maybe you have a hint or know how to get rid of it ? My knowledge about Javadoc is just rudimentary |
|
".R" is Java class generated from resources. Eclipse did it on the go, when you edit resources. The step should be handled by Gradle in some point, but I cannot give you ready recipe for this. |
It removes more Eclipse relicts used by previous Android samples. With recent Gradle sample they are pointless