aricneto / TwistyTimer

Twisty Timer is a material design twisty puzzle timer for Android. It uses the TNoodle library to generate scramble sequences for all current official speedsolving puzzles.
GNU General Public License v3.0
241 stars 53 forks source link

Not able to run gradle build after git clone #172

Open dozenprinceli opened 1 year ago

dozenprinceli commented 1 year ago

When I tried to run the gradle project in Android Studio, it said "AAPT: error: resource drawable/twisty_pattern (aka com.aricneto.twistytimer.debug:drawable/twisty_pattern) not found."

How to solve "files not found" like this?

Domalar commented 1 year ago

Have a look in the pull request! https://github.com/aricneto/TwistyTimer/pull/152

User dgmltn added the missing drawables.

Domalar commented 1 year ago

Nevertheless... It would be great if the developer would commit the latest code. The lasted tag and build here is a 4.6.4 and the version in the Google Play Store has a 4.6.8! The VERSION_NAME in the current master is 4.6.5. @aricneto Would it be possible that you commit the compileable code of the latest version in the play store?