Money manager, version 2019.02.14.994; App crashed when I clicked on the plus sign in the budget list.

in #utopian-io5 years ago (edited)

This bug has been fixed by the P.O in the latest version. Version 2019.4.10.1000-beta (1000)

App info

Version: 2019.02.14.994
Github:
https://github.com/moneymanagerex/android-money-manager-ex/issues/1341

Actual behavior

The app crashed when I clicked on the plus sign in the budget list.

Expected behavior

I expected to be able to write my budget list when I clicked on the plus icon

How to reproduce

  • Download and launch the app

  • Click the menu button on the top left side

  • locate "Budget" in the list of the features

  • Click on it. A new page will open.

  • Below the new page by the right, you will find a plus icon colored green.

  • Click on that Icon and note the crash

Reproducing the bug

Device used : Teckno Spark K7

Version : Android 7.0

the log you requested.

13288 13288 E AndroidRuntime: Process: com.money.manager.ex, PID: 13288
13288 13288 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.money.manager.ex/com.money.manager.ex.budget.BudgetEditActivity}: android.view.InflateException: Binary XML file line #64: Binary XML file line #64: Error inflating class android.support.v7.widget.Toolbar
13288 13288 E AndroidRuntime:  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2724)
13288 13288 E AndroidRuntime:  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2789)
13288 13288 E AndroidRuntime:  at android.app.ActivityThread.-wrap12(ActivityThread.java)
13288 13288 E AndroidRuntime:  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1527)
13288 13288 E AndroidRuntime:  at android.os.Handler.dispatchMessage(Handler.java:110)
13288 13288 E AndroidRuntime:  at android.os.Looper.loop(Looper.java:203)
13288 13288 E AndroidRuntime:  at android.app.ActivityThread.main(ActivityThread.java:6251)
13288 13288 E AndroidRuntime:  at java.lang.reflect.Method.invoke(Native Method)
13288 13288 E AndroidRuntime:  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1063)
13288 13288 E AndroidRuntime:  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924)
13288 13288 E AndroidRuntime: Caused by: android.view.InflateException: Binary XML file line #64: Binary XML file line #64: Error inflating class android.support.v7.widget.Toolbar
13288 13288 E AndroidRuntime: Caused by: android.view.InflateException: Binary XML file line #64: Error inflating class android.support.v7.widget.Toolbar
13288 13288 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v7.widget.Toolbar" on path: DexPathList[[zip file "/data/app/com.money.manager.ex-1/base.apk"],nativeLibraryDirectories=[/data/app/com.money.manager.ex-1/lib/arm, /system/lib, /vendor/lib, /system/vendor/lib]]
13288 13288 E AndroidRuntime:  at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
13288 13288 E AndroidRuntime:  at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
13288 13288 E AndroidRuntime:  at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
13288 13288 E AndroidRuntime:  at android.view.LayoutInflater.createView(LayoutInflater.java:609)
13288 13288 E AndroidRuntime:  at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:787)
13288 13288 E AndroidRuntime:  at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:727)
13288 13288 E AndroidRuntime:  at android.view.LayoutInflater.rInflate(LayoutInflater.java:858)
13288 13288 E AndroidRuntime:  at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:821)
13288 13288 E AndroidRuntime:  at android.view.LayoutInflater.rInflate(LayoutInflater.java:861)
13288 13288 E AndroidRuntime:  at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:821)
13288 13288 E AndroidRuntime:  at android.view.LayoutInflater.rInflate(LayoutInflater.java:861)
13288 13288 E AndroidRuntime:  at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:821)
13288 13288 E AndroidRuntime:  at android.view.LayoutInflater.inflate(LayoutInflater.java:518)
13288 13288 E AndroidRuntime:  at android.view.LayoutInflater.inflate(LayoutInflater.java:426)
13288 13288 E AndroidRuntime:  at android.view.LayoutInflater.inflate(LayoutInflater.java:377)
13288 13288 E AndroidRuntime:  at androidx.appcompat.app.AppCompatDelegateImpl.setContentView(AppCompatDelegateImpl.java:469)
13288 13288 E AndroidRuntime:  at androidx.appcompat.app.AppCompatActivity.setContentView(AppCompatActivity.java:140)
13288 13288 E AndroidRuntime:  at com.money.manager.ex.common.MmxBaseFragmentActivity.setContentView(MmxBaseFragmentActivity.java:75)
13288 13288 E AndroidRuntime:  at com.money.manager.ex.budget.BudgetEditActivity.onCreate(BudgetEditActivity.java:57)
13288 13288 E AndroidRuntime:  at android.app.Activity.performCreate(Activity.java:6670)
13288 13288 E AndroidRuntime:  at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1118)
13288 13288 E AndroidRuntime:  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2677)
13288 13288 E AndroidRuntime:  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2789)
13288 13288 E AndroidRuntime:  at android.app.ActivityThread.-wrap12(ActivityThread.java)
13288 13288 E AndroidRuntime:  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1527)
13288 13288 E AndroidRuntime:  at android.os.Handler.dispatchMessage(Handler.java:110)
13288 13288 E AndroidRuntime:  at android.os.Looper.loop(Looper.java:203)
13288 13288 E AndroidRuntime:  at android.app.ActivityThread.main(ActivityThread.java:6251)
13288 13288 E AndroidRuntime:  at java.lang.reflect.Method.invoke(Native Method)
13288 13288 E AndroidRuntime:  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1063)
13288 13288 E AndroidRuntime:  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924)```
Sort:  

Hi @ckole, thanks for making this contribution.

This appears to have been fixed and closed by the PO. I love that you included a logcat. This must have helped narrow down the search.

The bug's actual behavior is well written, the same as the expected behavior. Also, the steps looked easy enough to follow. Your title, on the other hand, should be better worded in future reports.

I look forward to more of your contributions.

Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, click here.


Need help? Chat with us on Discord.

[utopian-moderator]

Thank you for your review, @fego! Keep up the good work!

Thanks for the review

Thanks for using eSteem!
Your post has been voted as a part of eSteem encouragement program. Keep up the good work! Install Android, iOS Mobile app or Windows, Mac, Linux Surfer app, if you haven't already!
Learn more: https://esteem.app
Join our discord: https://discord.gg/8eHupPq

Congratulations @ckole! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

You made more than 600 upvotes. Your next target is to reach 700 upvotes.

You can view your badges on your Steem Board and compare to others on the Steem Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

To support your work, I also upvoted your post!

Do not miss the last post from @steemitboard:

SteemitBoard - Witness Update
SteemitBoard to support the german speaking community meetups
Vote for @Steemitboard as a witness to get one more award and increased upvotes!

Hi @ckole!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
Feel free to join our @steem-ua Discord server

Hey, @ckole!

Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!

Get higher incentives and support Utopian.io!
Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via SteemPlus or Steeditor).

Want to chat? Join us on Discord https://discord.gg/h52nFrV.

Vote for Utopian Witness!

Coin Marketplace

STEEM 0.36
TRX 0.12
JST 0.039
BTC 70112.96
ETH 3549.99
USDT 1.00
SBD 4.71