farmaker47 / Yamnet_classification_project

25 stars 2 forks source link

APK request #3

Open kaveenkumar opened 6 months ago

kaveenkumar commented 6 months ago

Hi, thanks for the project.

Is there a compiled Android package file (.apk), readily available to install and test on a mobile phone?

Thanks!

farmaker47 commented 6 months ago

Hi, No available .apk Can you build the project with Android studio?

kaveenkumar commented 6 months ago

Thanks for the reply. I am trying to build the project on Android studio, however, I am facing few issues with JDK version and Gradle version compatibility. Do you have like a strict version requirement of this somewhere?

kaveenkumar commented 6 months ago

Building the project out-of-the-box from this GitHub repo throws an error, which was fortunately solved by stackoverflow.. however I have a different error now and assuming its because of JDK version on my machine

farmaker47 commented 6 months ago

Yes, this is a 4 years old project! Gradle and AS version may not be compatible. The only thing you can do is start a new project and copy paste there all the java/kotlin files and assets from here