Android app crash with ResourceNotFoundException












5















I recently checked for my GP crash logs and I am getting this callstack very frequently. Could you please help me.



A few things:




  • The failed to add asset path sometimes shows /data/app/com.xxx.xxx.xxx-x/base.apk and sometimes /mnt/asec/com.xxx.xxx.xxx-x/base.apk.

  • The device android versions (where it is reported) varies from Android 4.4. to Android 7.0

  • In the GP console, Android version shows Android 7.0 for all crashes but the device list has devices with Android version 6.0, 5.0, etc which is unclear.

  • I have two apps with shared user Id, say with package names P1, P2. For P1, the failed to add asset path sometimes shows /data/app/P2 and sometimes /mnt/asec/P1. Isn't this incorrect and what could cause this?


Call stacks:



java.lang.RuntimeException: Unable to create BackupAgent android.app.backup.FullBackupAgent: android.content.res.Resources$NotFoundException: failed to add asset path data/app/com.P2.xxx/base.apk
at android.app.ActivityThread.handleCreateBackupAgent(ActivityThread.java:3452)
at android.app.ActivityThread.-wrap5(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1796)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6688)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1468)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1358)
Caused by: android.content.res.Resources$NotFoundException: failed to add asset path /data/app/com.P2.xxx/base.apk
at android.app.ResourcesManager.createAssetManager(ResourcesManager.java:281)
at android.app.ResourcesManager.createResourcesImpl(ResourcesManager.java:359)
at android.app.ResourcesManager.getOrCreateResources(ResourcesManager.java:638)
at android.app.ResourcesManager.getResources(ResourcesManager.java:730)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:2068)
at android.app.LoadedApk.getResources(LoadedApk.java:780)
at android.app.ContextImpl.<init>(ContextImpl.java:2244)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2184)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2175)
at android.app.ActivityThread.handleCreateBackupAgent(ActivityThread.java:3422)


Another crash:



android.content.res.Resources$NotFoundException: failed to add asset path /mnt/asec/com.P1.xxx/base.apk
at android.app.ResourcesManager.createAssetManager(ResourcesManager.java:281)
at android.app.ResourcesManager.createResourcesImpl(ResourcesManager.java:359)
at android.app.ResourcesManager.getOrCreateResources(ResourcesManager.java:638)
at android.app.ResourcesManager.getResources(ResourcesManager.java:730)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:2052)
at android.app.LoadedApk.getResources(LoadedApk.java:787)
at android.app.ContextImpl.<init>(ContextImpl.java:2266)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2210)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2196)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5861)
at android.app.ActivityThread.-wrap3(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1710)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6776)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)









share|improve this question























  • what's in your assets? Do post your manifest. Is it a specific device that is throwing this exception?

    – Muhammad Babar
    May 17 '17 at 5:42













  • Unable to create BackupAgent giving a hint that user might be trying to backup your app data (your manifest might have allowBackup = true and also are you allowing your app to be installed on external storage?

    – Muhammad Babar
    May 17 '17 at 5:48











  • Its seen across multiple devices like Samsung Galaxy 6,7, Xperia, etc. Allowbackup is false for main app but true for some sub-modules though in the main app manifest, tools:replace overrides allowBackup. So its makes it false.

    – thepace
    May 17 '17 at 6:54













  • Yes it can be installed in external storage.

    – thepace
    May 17 '17 at 10:54











  • I'm stymied looking at "E/ResourcesManager( 2375): failed to add asset path /data/app/<myprog>-sHDd-VYemA3rocflBxq8QA==/base.apk" where sHDd-VYem... is the path to +a recently uninstalled+ <myprog>.apk! No external storage, no backups, no nothing. And the manifest is as clear as a teardrop.

    – avs333
    May 19 '18 at 9:28
















5















I recently checked for my GP crash logs and I am getting this callstack very frequently. Could you please help me.



A few things:




  • The failed to add asset path sometimes shows /data/app/com.xxx.xxx.xxx-x/base.apk and sometimes /mnt/asec/com.xxx.xxx.xxx-x/base.apk.

  • The device android versions (where it is reported) varies from Android 4.4. to Android 7.0

  • In the GP console, Android version shows Android 7.0 for all crashes but the device list has devices with Android version 6.0, 5.0, etc which is unclear.

  • I have two apps with shared user Id, say with package names P1, P2. For P1, the failed to add asset path sometimes shows /data/app/P2 and sometimes /mnt/asec/P1. Isn't this incorrect and what could cause this?


Call stacks:



java.lang.RuntimeException: Unable to create BackupAgent android.app.backup.FullBackupAgent: android.content.res.Resources$NotFoundException: failed to add asset path data/app/com.P2.xxx/base.apk
at android.app.ActivityThread.handleCreateBackupAgent(ActivityThread.java:3452)
at android.app.ActivityThread.-wrap5(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1796)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6688)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1468)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1358)
Caused by: android.content.res.Resources$NotFoundException: failed to add asset path /data/app/com.P2.xxx/base.apk
at android.app.ResourcesManager.createAssetManager(ResourcesManager.java:281)
at android.app.ResourcesManager.createResourcesImpl(ResourcesManager.java:359)
at android.app.ResourcesManager.getOrCreateResources(ResourcesManager.java:638)
at android.app.ResourcesManager.getResources(ResourcesManager.java:730)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:2068)
at android.app.LoadedApk.getResources(LoadedApk.java:780)
at android.app.ContextImpl.<init>(ContextImpl.java:2244)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2184)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2175)
at android.app.ActivityThread.handleCreateBackupAgent(ActivityThread.java:3422)


Another crash:



android.content.res.Resources$NotFoundException: failed to add asset path /mnt/asec/com.P1.xxx/base.apk
at android.app.ResourcesManager.createAssetManager(ResourcesManager.java:281)
at android.app.ResourcesManager.createResourcesImpl(ResourcesManager.java:359)
at android.app.ResourcesManager.getOrCreateResources(ResourcesManager.java:638)
at android.app.ResourcesManager.getResources(ResourcesManager.java:730)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:2052)
at android.app.LoadedApk.getResources(LoadedApk.java:787)
at android.app.ContextImpl.<init>(ContextImpl.java:2266)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2210)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2196)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5861)
at android.app.ActivityThread.-wrap3(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1710)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6776)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)









share|improve this question























  • what's in your assets? Do post your manifest. Is it a specific device that is throwing this exception?

    – Muhammad Babar
    May 17 '17 at 5:42













  • Unable to create BackupAgent giving a hint that user might be trying to backup your app data (your manifest might have allowBackup = true and also are you allowing your app to be installed on external storage?

    – Muhammad Babar
    May 17 '17 at 5:48











  • Its seen across multiple devices like Samsung Galaxy 6,7, Xperia, etc. Allowbackup is false for main app but true for some sub-modules though in the main app manifest, tools:replace overrides allowBackup. So its makes it false.

    – thepace
    May 17 '17 at 6:54













  • Yes it can be installed in external storage.

    – thepace
    May 17 '17 at 10:54











  • I'm stymied looking at "E/ResourcesManager( 2375): failed to add asset path /data/app/<myprog>-sHDd-VYemA3rocflBxq8QA==/base.apk" where sHDd-VYem... is the path to +a recently uninstalled+ <myprog>.apk! No external storage, no backups, no nothing. And the manifest is as clear as a teardrop.

    – avs333
    May 19 '18 at 9:28














5












5








5


1






I recently checked for my GP crash logs and I am getting this callstack very frequently. Could you please help me.



A few things:




  • The failed to add asset path sometimes shows /data/app/com.xxx.xxx.xxx-x/base.apk and sometimes /mnt/asec/com.xxx.xxx.xxx-x/base.apk.

  • The device android versions (where it is reported) varies from Android 4.4. to Android 7.0

  • In the GP console, Android version shows Android 7.0 for all crashes but the device list has devices with Android version 6.0, 5.0, etc which is unclear.

  • I have two apps with shared user Id, say with package names P1, P2. For P1, the failed to add asset path sometimes shows /data/app/P2 and sometimes /mnt/asec/P1. Isn't this incorrect and what could cause this?


Call stacks:



java.lang.RuntimeException: Unable to create BackupAgent android.app.backup.FullBackupAgent: android.content.res.Resources$NotFoundException: failed to add asset path data/app/com.P2.xxx/base.apk
at android.app.ActivityThread.handleCreateBackupAgent(ActivityThread.java:3452)
at android.app.ActivityThread.-wrap5(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1796)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6688)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1468)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1358)
Caused by: android.content.res.Resources$NotFoundException: failed to add asset path /data/app/com.P2.xxx/base.apk
at android.app.ResourcesManager.createAssetManager(ResourcesManager.java:281)
at android.app.ResourcesManager.createResourcesImpl(ResourcesManager.java:359)
at android.app.ResourcesManager.getOrCreateResources(ResourcesManager.java:638)
at android.app.ResourcesManager.getResources(ResourcesManager.java:730)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:2068)
at android.app.LoadedApk.getResources(LoadedApk.java:780)
at android.app.ContextImpl.<init>(ContextImpl.java:2244)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2184)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2175)
at android.app.ActivityThread.handleCreateBackupAgent(ActivityThread.java:3422)


Another crash:



android.content.res.Resources$NotFoundException: failed to add asset path /mnt/asec/com.P1.xxx/base.apk
at android.app.ResourcesManager.createAssetManager(ResourcesManager.java:281)
at android.app.ResourcesManager.createResourcesImpl(ResourcesManager.java:359)
at android.app.ResourcesManager.getOrCreateResources(ResourcesManager.java:638)
at android.app.ResourcesManager.getResources(ResourcesManager.java:730)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:2052)
at android.app.LoadedApk.getResources(LoadedApk.java:787)
at android.app.ContextImpl.<init>(ContextImpl.java:2266)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2210)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2196)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5861)
at android.app.ActivityThread.-wrap3(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1710)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6776)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)









share|improve this question














I recently checked for my GP crash logs and I am getting this callstack very frequently. Could you please help me.



A few things:




  • The failed to add asset path sometimes shows /data/app/com.xxx.xxx.xxx-x/base.apk and sometimes /mnt/asec/com.xxx.xxx.xxx-x/base.apk.

  • The device android versions (where it is reported) varies from Android 4.4. to Android 7.0

  • In the GP console, Android version shows Android 7.0 for all crashes but the device list has devices with Android version 6.0, 5.0, etc which is unclear.

  • I have two apps with shared user Id, say with package names P1, P2. For P1, the failed to add asset path sometimes shows /data/app/P2 and sometimes /mnt/asec/P1. Isn't this incorrect and what could cause this?


Call stacks:



java.lang.RuntimeException: Unable to create BackupAgent android.app.backup.FullBackupAgent: android.content.res.Resources$NotFoundException: failed to add asset path data/app/com.P2.xxx/base.apk
at android.app.ActivityThread.handleCreateBackupAgent(ActivityThread.java:3452)
at android.app.ActivityThread.-wrap5(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1796)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6688)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1468)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1358)
Caused by: android.content.res.Resources$NotFoundException: failed to add asset path /data/app/com.P2.xxx/base.apk
at android.app.ResourcesManager.createAssetManager(ResourcesManager.java:281)
at android.app.ResourcesManager.createResourcesImpl(ResourcesManager.java:359)
at android.app.ResourcesManager.getOrCreateResources(ResourcesManager.java:638)
at android.app.ResourcesManager.getResources(ResourcesManager.java:730)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:2068)
at android.app.LoadedApk.getResources(LoadedApk.java:780)
at android.app.ContextImpl.<init>(ContextImpl.java:2244)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2184)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2175)
at android.app.ActivityThread.handleCreateBackupAgent(ActivityThread.java:3422)


Another crash:



android.content.res.Resources$NotFoundException: failed to add asset path /mnt/asec/com.P1.xxx/base.apk
at android.app.ResourcesManager.createAssetManager(ResourcesManager.java:281)
at android.app.ResourcesManager.createResourcesImpl(ResourcesManager.java:359)
at android.app.ResourcesManager.getOrCreateResources(ResourcesManager.java:638)
at android.app.ResourcesManager.getResources(ResourcesManager.java:730)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:2052)
at android.app.LoadedApk.getResources(LoadedApk.java:787)
at android.app.ContextImpl.<init>(ContextImpl.java:2266)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2210)
at android.app.ContextImpl.createAppContext(ContextImpl.java:2196)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5861)
at android.app.ActivityThread.-wrap3(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1710)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6776)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)






android crash android-resources callstack






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 17 '17 at 5:17









thepacethepace

1,640918




1,640918













  • what's in your assets? Do post your manifest. Is it a specific device that is throwing this exception?

    – Muhammad Babar
    May 17 '17 at 5:42













  • Unable to create BackupAgent giving a hint that user might be trying to backup your app data (your manifest might have allowBackup = true and also are you allowing your app to be installed on external storage?

    – Muhammad Babar
    May 17 '17 at 5:48











  • Its seen across multiple devices like Samsung Galaxy 6,7, Xperia, etc. Allowbackup is false for main app but true for some sub-modules though in the main app manifest, tools:replace overrides allowBackup. So its makes it false.

    – thepace
    May 17 '17 at 6:54













  • Yes it can be installed in external storage.

    – thepace
    May 17 '17 at 10:54











  • I'm stymied looking at "E/ResourcesManager( 2375): failed to add asset path /data/app/<myprog>-sHDd-VYemA3rocflBxq8QA==/base.apk" where sHDd-VYem... is the path to +a recently uninstalled+ <myprog>.apk! No external storage, no backups, no nothing. And the manifest is as clear as a teardrop.

    – avs333
    May 19 '18 at 9:28



















  • what's in your assets? Do post your manifest. Is it a specific device that is throwing this exception?

    – Muhammad Babar
    May 17 '17 at 5:42













  • Unable to create BackupAgent giving a hint that user might be trying to backup your app data (your manifest might have allowBackup = true and also are you allowing your app to be installed on external storage?

    – Muhammad Babar
    May 17 '17 at 5:48











  • Its seen across multiple devices like Samsung Galaxy 6,7, Xperia, etc. Allowbackup is false for main app but true for some sub-modules though in the main app manifest, tools:replace overrides allowBackup. So its makes it false.

    – thepace
    May 17 '17 at 6:54













  • Yes it can be installed in external storage.

    – thepace
    May 17 '17 at 10:54











  • I'm stymied looking at "E/ResourcesManager( 2375): failed to add asset path /data/app/<myprog>-sHDd-VYemA3rocflBxq8QA==/base.apk" where sHDd-VYem... is the path to +a recently uninstalled+ <myprog>.apk! No external storage, no backups, no nothing. And the manifest is as clear as a teardrop.

    – avs333
    May 19 '18 at 9:28

















what's in your assets? Do post your manifest. Is it a specific device that is throwing this exception?

– Muhammad Babar
May 17 '17 at 5:42







what's in your assets? Do post your manifest. Is it a specific device that is throwing this exception?

– Muhammad Babar
May 17 '17 at 5:42















Unable to create BackupAgent giving a hint that user might be trying to backup your app data (your manifest might have allowBackup = true and also are you allowing your app to be installed on external storage?

– Muhammad Babar
May 17 '17 at 5:48





Unable to create BackupAgent giving a hint that user might be trying to backup your app data (your manifest might have allowBackup = true and also are you allowing your app to be installed on external storage?

– Muhammad Babar
May 17 '17 at 5:48













Its seen across multiple devices like Samsung Galaxy 6,7, Xperia, etc. Allowbackup is false for main app but true for some sub-modules though in the main app manifest, tools:replace overrides allowBackup. So its makes it false.

– thepace
May 17 '17 at 6:54







Its seen across multiple devices like Samsung Galaxy 6,7, Xperia, etc. Allowbackup is false for main app but true for some sub-modules though in the main app manifest, tools:replace overrides allowBackup. So its makes it false.

– thepace
May 17 '17 at 6:54















Yes it can be installed in external storage.

– thepace
May 17 '17 at 10:54





Yes it can be installed in external storage.

– thepace
May 17 '17 at 10:54













I'm stymied looking at "E/ResourcesManager( 2375): failed to add asset path /data/app/<myprog>-sHDd-VYemA3rocflBxq8QA==/base.apk" where sHDd-VYem... is the path to +a recently uninstalled+ <myprog>.apk! No external storage, no backups, no nothing. And the manifest is as clear as a teardrop.

– avs333
May 19 '18 at 9:28





I'm stymied looking at "E/ResourcesManager( 2375): failed to add asset path /data/app/<myprog>-sHDd-VYemA3rocflBxq8QA==/base.apk" where sHDd-VYem... is the path to +a recently uninstalled+ <myprog>.apk! No external storage, no backups, no nothing. And the manifest is as clear as a teardrop.

– avs333
May 19 '18 at 9:28












1 Answer
1






active

oldest

votes


















0














Please check if the App has external drive permissions.
In my case this issue triggered when ADB installed the App to the device which is screen locked, the same test has passed when the device is awake, so even though permissions available to this App






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f44016165%2fandroid-app-crash-with-resourcenotfoundexception%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Please check if the App has external drive permissions.
    In my case this issue triggered when ADB installed the App to the device which is screen locked, the same test has passed when the device is awake, so even though permissions available to this App






    share|improve this answer




























      0














      Please check if the App has external drive permissions.
      In my case this issue triggered when ADB installed the App to the device which is screen locked, the same test has passed when the device is awake, so even though permissions available to this App






      share|improve this answer


























        0












        0








        0







        Please check if the App has external drive permissions.
        In my case this issue triggered when ADB installed the App to the device which is screen locked, the same test has passed when the device is awake, so even though permissions available to this App






        share|improve this answer













        Please check if the App has external drive permissions.
        In my case this issue triggered when ADB installed the App to the device which is screen locked, the same test has passed when the device is awake, so even though permissions available to this App







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 15 '18 at 10:00









        NagaNaga

        94611224




        94611224
































            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f44016165%2fandroid-app-crash-with-resourcenotfoundexception%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            The Sandy Post

            Danny Elfman

            Pages that link to "Head v. Amoskeag Manufacturing Co."