tranleduy2000 / ncalc

Power calculator for Android. Solve some problem algebra and calculus.
GNU General Public License v3.0
680 stars 157 forks source link

"Error String index out of range" during usual calculation #113

Open TissuePowder opened 3 years ago

TissuePowder commented 3 years ago

I tried to compile the app (commit: 866defd) in android studio and run it in my phone through USB debugging. I am getting the following error in usual calculation window. Other functions seems to work fine.

I pulled the project using $ git clone --recursive git@github.com:tranleduy2000/ncalc.git and built it from there. There wasn't any build error. I tried running the app in android 11 and 8 phones. Both ran into same issue.

Screenshot_20210930-222052

Could anyone please give me a solution or make a working build from the latest repo?