Skip to main content

Trouble-Shooting

  • If you experience Problems, sometimes the so called “Log Cat” is quite helpful, which also allows live filtering by keywords like e.g. “myappname” or “failed” and thelike.
    drawing-4-1678169896.png

  • Depending on the kind of your Android OS, sometimes the Permissions-Dialog is not displayed.
    In such a case, the user has no chance to grant the needed permissions, when the app is installed the first time. That’s how to solve this problem:
    Click “app->Edit Configurations”, like shown below:
    drawing-4-1678169914.png

    A dialog opens; In the field “Install Flags” input “-g” which pre-grants all permissions on installing.
    drawing-4-1678169928.png

    After saving this configuration, clicking at the Build-Button should do it’s job.

  • When you want to debug your application and encounter that your breakpoints are ignored, you can try following: go to the run-configurations at the top right toolbar of android studio as shown below.
    drawing-4-1678169948.png

    A Popup appears, navigate do “Debugger” and ensure that “Dual” is set for the field: Debug types:
    drawing-4-1678169961.png