Re: [Tuxpaint-devel] Some Magic tools missing on Android (0.9.34)
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
From: Pere P. i C. <per...@gm...> - 2025-05-05 09:16:33
|
El dg. 04 de 05 de 2025 a les 15:18 +0100, en/na Bill Kendrick va escriure: > On Sun, May 04, 2025 at 08:47:04AM +0200, Pere Pujal i Carabantes wrote: > > Hi, > > > > El dg. 04 de 05 de 2025 a les 00:36 +0100, en/na Bill Kendrick va escriure: > > > Someone on Cara (artist social media site) mentioned that the > > > Spiral tools were missing from the mobile version of Tux Paint. > > > I confirmed I can't see them in 0.9.34-rc1 that I have installed > > > on my phone. > > > > > > Pere, any clues? > > > > Strange, I have spiral and concentric circles in my phone, both with 0.9.34-rc1 and 0.9.35-rc1 > > I uninstalled 0.9.34-rc1, and installed 0.9.34 from Google Play, > and the tools are missing. How odd! > > > Any additional info would be welcome, Android version, phone model, output of logcat, contents of the log file... > > Logcat output sent in a private email. > Let me know how else I can try to help debug this! I've made a debug build, that should not interfere with the current Tux Paint install https://provant.freeddns.org/pere/public_html/Tux%20Paint/devel/20250505/ I install it in my phone with adb install app-offPlayStore-debug.apk Strangely, there are some magic icons that render white now... If you want to try compiling the Andoid port here are some quick instructions: Once you have the sources, cd to the app/src/jni/tuxpaint dir and run make on it, it will generate some needed files that are not on git. then run ./mkzipassets.sh to generate the assets dir once finished cd to the root of the sources and run ./gradlew build If all goes right, there will be the apks inside the app/build dir, the one that interest now is the app/build/outputs/apk/offPlayStore/debug/app-offPlayStore-debug.apk that goes alone or maybe the app/build/outputs/apk/playStore/debug/app-playStore-debug.apk relating to Play store Install it whith adb install path/to/file HTH Pere > > Thanks, > > -bill! > > > _______________________________________________ > Tuxpaint-devel mailing list > Tux...@li... > https://lists.sourceforge.net/lists/listinfo/tuxpaint-devel |