Log-file

command: ['C:\\Users\\Vincent Cox\\Desktop\\filesearch\\jadx\\bin\\jadx', '-d', 'C:\\Users\\Vincent Cox\\Desktop\\filesearch\\diva-beta2\\jadx_source_code', 'diva-beta2.apk']
--------- JADX OUTPUT BELOW --------- b'21:57:58 INFO - loading ...\r\n'b'21:57:58 INFO - processing ...\r\n'b"21:58:00 WARN - Can't detect out node for switch block: B:29:0x0043 in android.support.v4.app.FragmentManagerImpl.moveToState(android.support.v4.app.Fragment, int, int, int, boolean):void\r\n"b"21:58:00 WARN - Can't detect out node for switch block: B:120:0x028f in android.support.v4.app.FragmentManagerImpl.moveToState(android.support.v4.app.Fragment, int, int, int, boolean):void\r\n"b'21:58:00 WARN - No exception handlers in catch block, method: android.support.v4.app.NotificationCompatJellybean.getAction(android.app.Notification, int, android.support.v4.app.NotificationCompatBase$Action$Factory, android.support.v4.app.RemoteInputCompatBase$RemoteInput$Factory):android.support.v4.app.NotificationCompatBase$Action\r\n'b'21:58:00 ERROR - Inconsistent code in method: android.support.v4.content.LocalBroadcastManager.sendBroadcast(android.content.Intent):boolean\r\n'b'21:58:00 ERROR - Inconsistent code in method: android.support.v4.content.LocalBroadcastManager.executePendingBroadcasts():void\r\n'b"21:58:00 WARN - Can't detect out node for switch block: B:8:0x0015 in android.support.v4.media.RatingCompat.getRating():java.lang.Object\r\n"b'21:58:00 ERROR - Inconsistent code in method: android.support.v4.media.RatingCompat.getRating():java.lang.Object\r\n'b'21:58:00 WARN - Finally extract failed: remBlock pred: B:5:0x0026, [B:4:0x001e, B:7:0x002d], method: android.support.v4.media.session.IMediaSession.Stub.Proxy.getExtras():android.os.Bundle\r\n'b'21:58:00 WARN - Finally extract failed: remBlock pred: B:5:0x0026, [B:4:0x001e, B:7:0x002d], method: android.support.v4.media.session.IMediaSession.Stub.Proxy.getLaunchPendingIntent():android.app.PendingIntent\r\n'b'21:58:00 WARN - Finally extract failed: remBlock pred: B:5:0x0026, [B:4:0x001e, B:7:0x002d], method: android.support.v4.media.session.IMediaSession.Stub.Proxy.getMetadata():android.support.v4.media.MediaMetadataCompat\r\n'b'21:58:00 WARN - Finally extract failed: remBlock pred: B:5:0x0026, [B:4:0x001e, B:7:0x002d], method: android.support.v4.media.session.IMediaSession.Stub.Proxy.getPlaybackState():android.support.v4.media.session.PlaybackStateCompat\r\n'b'21:58:00 WARN - Finally extract failed: remBlock pred: B:5:0x0026, [B:4:0x001e, B:7:0x002d], method: android.support.v4.media.session.IMediaSession.Stub.Proxy.getQueueTitle():java.lang.CharSequence\r\n'b'21:58:00 WARN - Finally extract failed: remBlock pred: B:5:0x0026, [B:4:0x001e, B:7:0x002d], method: android.support.v4.media.session.IMediaSession.Stub.Proxy.getVolumeAttributes():android.support.v4.media.session.ParcelableVolumeInfo\r\n'b'21:58:00 WARN - Finally extract failed: remBlock pred: B:6:0x001f, [B:5:0x001e, B:4:0x001c], method: android.support.v4.media.session.IMediaSession.Stub.Proxy.isTransportControlEnabled():boolean\r\n'b'21:58:00 WARN - Finally extract failed: remBlock pred: B:8:0x0029, [B:7:0x0027, B:17:0x003d], method: android.support.v4.media.session.IMediaSession.Stub.Proxy.sendMediaButton(android.view.KeyEvent):boolean\r\n'b"21:58:00 WARN - Generic type differs: 'java.lang.Object' and 'android.media.session.MediaSession$QueueItem' in android.support.v4.media.session.MediaSessionCompatApi21.setQueue(java.lang.Object, java.util.List):void\r\n"b"21:58:00 WARN - Generic type differs: 'java.lang.Object' and 'android.media.session.PlaybackState$CustomAction' in android.support.v4.media.session.PlaybackStateCompatApi21.newInstance(int, long, long, float, long, java.lang.CharSequence, long, java.util.List, long):java.lang.Object\r\n"b"21:58:00 WARN - Generic type differs: 'java.lang.Object' and 'android.media.session.PlaybackState$CustomAction' in android.support.v4.media.session.PlaybackStateCompatApi22.newInstance(int, long, long, float, long, java.lang.CharSequence, long, java.util.List, long, android.os.Bundle):java.lang.Object\r\n"b'21:58:00 ERROR - Inconsistent code in method: android.support.v4.os.CancellationSignal.cancel():void\r\n'b'21:58:00 ERROR - Inconsistent code in method: android.support.v4.os.CancellationSignal.setOnCancelListener(android.support.v4.os.CancellationSignal$OnCancelListener):void\r\n'b'21:58:00 WARN - Finally extract failed: remBlock pred: B:6:0x001e, [B:5:0x001d, B:7:0x0022], method: android.support.v4.provider.DocumentsContractApi19.exists(android.content.Context, android.net.Uri):boolean\r\n'b'21:58:00 ERROR - NullPointerException in pass: SSATransform in method: android.support.v4.provider.DocumentsContractApi19.exists(android.content.Context, android.net.Uri):boolean\r\n'b'java.lang.NullPointerException: null\r\n'b'\tat jadx.core.dex.visitors.ssa.SSATransform.placePhi(SSATransform.java:82) ~[jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.core.dex.visitors.ssa.SSATransform.process(SSATransform.java:50) ~[jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.core.dex.visitors.ssa.SSATransform.visit(SSATransform.java:42) ~[jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.core.dex.visitors.DepthTraversal.visit(DepthTraversal.java:31) [jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.core.dex.visitors.DepthTraversal.visit(DepthTraversal.java:17) [jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.core.ProcessClass.process(ProcessClass.java:37) [jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.api.JadxDecompiler.processClass(JadxDecompiler.java:306) [jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.api.JavaClass.decompile(JavaClass.java:62) [jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.api.JadxDecompiler$1.run(JadxDecompiler.java:199) [jadx-core-0.6.1.jar:na]\r\n'b'\tat java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.8.0_151]\r\n'b'\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.8.0_151]\r\n'b'\tat java.lang.Thread.run(Unknown Source) [na:1.8.0_151]\r\n'b'21:58:00 ERROR - Inconsistent code in method: android.support.v4.util.LruCache.get(java.lang.Object):V\r\n'b'21:58:00 ERROR - Inconsistent code in method: android.support.v4.util.LruCache.trimToSize(int):void\r\n'b'21:58:01 ERROR - Inconsistent code in method: android.support.v4.widget.ViewDragHelper.shouldInterceptTouchEvent(android.view.MotionEvent):boolean\r\n'b'21:58:01 ERROR - Inconsistent code in method: android.support.v4.widget.ViewDragHelper.processTouchEvent(android.view.MotionEvent):void\r\n'b'21:58:01 WARN - Wrong object literal: 1 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 2 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 3 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 4 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 5 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 6 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 7 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 8 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 9 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 10 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 11 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 12 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 1 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 2 for type: java.lang.Object\r\n'b'21:58:01 WARN - Wrong object literal: 3 for type: java.lang.Object\r\n'b'21:58:01 ERROR - Inconsistent code in method: android.support.v7.internal.widget.ActivityChooserModel.setActivitySorter(android.support.v7.internal.widget.ActivityChooserModel$ActivitySorter):void\r\n'b'21:58:01 ERROR - Inconsistent code in method: android.support.v7.internal.widget.ActivityChooserModel.setHistoryMaxSize(int):void\r\n'b'21:58:01 WARN - Finally extract failed: remBlock pred: B:13:0x0053, [B:12:0x0042, B:11:0x0040], method: android.support.v7.widget.AppCompatBackgroundHelper.loadFromAttributes(android.util.AttributeSet, int):void\r\n'b'21:58:01 WARN - Finally extract failed: remBlock pred: B:13:0x0055, [B:12:0x0044, B:11:0x0042], method: android.support.v7.widget.AppCompatCompoundButtonHelper.loadFromAttributes(android.util.AttributeSet, int):void\r\n'b'21:58:01 WARN - Finally extract failed: remBlock pred: B:5:0x001e, [B:4:0x0014, B:3:0x0012], method: android.support.v7.widget.AppCompatImageHelper.loadFromAttributes(android.util.AttributeSet, int):void\r\n'b'21:58:02 WARN - No exception handlers in catch block, method: android.support.v7.widget.RecyclerView.createLayoutManager(android.content.Context, java.lang.String, android.util.AttributeSet, int, int):void\r\n'b'21:58:02 ERROR - Inconsistent code in method: android.support.design.widget.CoordinatorLayout.onTouchEvent(android.view.MotionEvent):boolean\r\n'b'21:58:02 ERROR - Inconsistent code in method: android.support.v4.app.FragmentManagerImpl.moveToState(android.support.v4.app.Fragment, int, int, int, boolean):void\r\n'b'21:58:02 ERROR - Inconsistent code in method: android.support.v4.app.FragmentManagerImpl.execPendingActions():boolean\r\n'b'21:58:02 WARN - Finally extract failed: remBlock pred: B:11:0x002b, [B:10:0x0028, B:9:0x0026], method: android.support.v7.internal.app.ToolbarActionBar.populateOptionsMenu():void\r\n'b'21:58:02 ERROR - JadxRuntimeException in pass: BlockFinish in method: android.support.v7.internal.app.ToolbarActionBar.populateOptionsMenu():void\r\n'b"jadx.core.utils.exceptions.JadxRuntimeException: Can't find block by offset: 0x0030 in list [B:12:0x002d]\r\n"b'\tat jadx.core.utils.BlockUtils.getBlockByOffset(BlockUtils.java:42) ~[jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.core.dex.instructions.IfNode.initBlocks(IfNode.java:60) ~[jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.core.dex.visitors.blocksmaker.BlockFinish.initBlocksInIfNodes(BlockFinish.java:48) ~[jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.core.dex.visitors.blocksmaker.BlockFinish.visit(BlockFinish.java:33) ~[jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.core.dex.visitors.DepthTraversal.visit(DepthTraversal.java:31) [jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.core.dex.visitors.DepthTraversal.visit(DepthTraversal.java:17) [jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.core.ProcessClass.process(ProcessClass.java:37) [jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.api.JadxDecompiler.processClass(JadxDecompiler.java:306) [jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.api.JavaClass.decompile(JavaClass.java:62) [jadx-core-0.6.1.jar:na]\r\n'b'\tat jadx.api.JadxDecompiler$1.run(JadxDecompiler.java:199) [jadx-core-0.6.1.jar:na]\r\n'b'\tat java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.8.0_151]\r\n'b'\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.8.0_151]\r\n'b'\tat java.lang.Thread.run(Unknown Source) [na:1.8.0_151]\r\n'b'21:58:02 ERROR - Inconsistent code in method: android.support.v7.widget.RecyclerView.onTouchEvent(android.view.MotionEvent):boolean\r\n'b'21:58:03 WARN - Found 5 references to unknown classes\r\n'b'21:58:03 ERROR - 17 errors occurred in following nodes:\r\n'b'21:58:03 ERROR - Method: android.support.design.widget.CoordinatorLayout.onTouchEvent(android.view.MotionEvent):boolean\r\n'b'21:58:03 ERROR - Method: android.support.v4.app.FragmentManagerImpl.execPendingActions():boolean\r\n'b'21:58:03 ERROR - Method: android.support.v4.app.FragmentManagerImpl.moveToState(android.support.v4.app.Fragment, int, int, int, boolean):void\r\n'b'21:58:03 ERROR - Method: android.support.v4.content.LocalBroadcastManager.executePendingBroadcasts():void\r\n'b'21:58:03 ERROR - Method: android.support.v4.content.LocalBroadcastManager.sendBroadcast(android.content.Intent):boolean\r\n'b'21:58:03 ERROR - Method: android.support.v4.media.RatingCompat.getRating():java.lang.Object\r\n'b'21:58:03 ERROR - Method: android.support.v4.os.CancellationSignal.cancel():void\r\n'b'21:58:03 ERROR - Method: android.support.v4.os.CancellationSignal.setOnCancelListener(android.support.v4.os.CancellationSignal$OnCancelListener):void\r\n'b'21:58:03 ERROR - Method: android.support.v4.provider.DocumentsContractApi19.exists(android.content.Context, android.net.Uri):boolean\r\n'b'21:58:03 ERROR - Method: android.support.v4.util.LruCache.get(java.lang.Object):V\r\n'b'21:58:03 ERROR - Method: android.support.v4.util.LruCache.trimToSize(int):void\r\n'b'21:58:03 ERROR - Method: android.support.v4.widget.ViewDragHelper.processTouchEvent(android.view.MotionEvent):void\r\n'b'21:58:03 ERROR - Method: android.support.v4.widget.ViewDragHelper.shouldInterceptTouchEvent(android.view.MotionEvent):boolean\r\n'b'21:58:03 ERROR - Method: android.support.v7.internal.app.ToolbarActionBar.populateOptionsMenu():void\r\n'b'21:58:03 ERROR - Method: android.support.v7.internal.widget.ActivityChooserModel.setActivitySorter(android.support.v7.internal.widget.ActivityChooserModel$ActivitySorter):void\r\n'b'21:58:03 ERROR - Method: android.support.v7.internal.widget.ActivityChooserModel.setHistoryMaxSize(int):void\r\n'b'21:58:03 ERROR - Method: android.support.v7.widget.RecyclerView.onTouchEvent(android.view.MotionEvent):boolean\r\n'b'21:58:03 ERROR - finished with errors\r\n'
jadx return code: 0
could not open fileC:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\temp_db.db
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\android\support\v4\text\BidiFormatter.java'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-am\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-ar\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-bg\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-bn-rBD\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-el\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-es\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-fa\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-gu-rIN\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-hi\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-hr\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-hy-rAM\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-iw\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-ja\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-ka-rGE\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-kk-rKZ\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-km-rKH\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-kn-rIN\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-ko\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-ky-rKG\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-lo-rLA\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-lt\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-lv\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-mk-rMK\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-ml-rIN\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-mn-rMN\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-mr-rIN\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-my-rMM\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-ne-rNP\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-pa-rIN\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-pl\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-ru\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-si-rLK\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-sl\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-sr\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-ta-rIN\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-te-rIN\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-th\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-uk\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-ur-rPK\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-vi\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-zh-rCN\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-zh-rHK\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\jadx_source_code\res\values-zh-rTW\strings.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\anim\abc_grow_fade_in_from_bottom.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\anim\abc_shrink_fade_out_from_bottom.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\anim\abc_slide_in_bottom.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\anim\abc_slide_in_top.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\anim\abc_slide_out_bottom.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\anim\abc_slide_out_top.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\anim\design_fab_in.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\anim\design_fab_out.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\drawable\abc_list_selector_holo_dark.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\drawable\abc_list_selector_holo_light.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\abc_action_menu_item_layout.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\abc_activity_chooser_view.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\abc_alert_dialog_button_bar_material.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\abc_alert_dialog_material.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\abc_dialog_title_material.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\abc_list_menu_item_layout.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\abc_popup_menu_item_layout.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\abc_screen_simple.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\abc_search_view.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_access_control1.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_access_control2.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_access_control3.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_access_control3_notes.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_apicreds2.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_hardcode.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_hardcode2.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_input_validation2_urischeme.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_input_validation3.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_insecure_data_storage1.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_insecure_data_storage2.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_insecure_data_storage3.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_insecure_data_storage4.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_log.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\activity_sqlinjection.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\content_main.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\design_layout_snackbar.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\design_layout_snackbar_include.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\design_navigation_menu_item.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\notes_entry.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\notification_media_action.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\notification_media_cancel_action.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\notification_template_big_media.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\notification_template_big_media_narrow.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\notification_template_lines.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\notification_template_media.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\notification_template_part_chronometer.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout\notification_template_part_time.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-sw600dp-v13\design_layout_snackbar.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\abc_alert_dialog_button_bar_material.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\abc_alert_dialog_material.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\abc_dialog_title_material.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\abc_search_view.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_access_control1.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_access_control2.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_access_control3.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_access_control3_notes.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_apicreds2.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_hardcode.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_hardcode2.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_input_validation2_urischeme.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_input_validation3.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_insecure_data_storage1.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_insecure_data_storage2.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_insecure_data_storage3.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_insecure_data_storage4.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_log.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\activity_sqlinjection.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\content_main.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\design_layout_snackbar_include.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\notes_entry.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\notification_template_big_media.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\notification_template_big_media_narrow.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\notification_template_lines.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\notification_template_media.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\notification_template_part_chronometer.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\notification_template_part_time.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\select_dialog_multichoice_material.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v17\select_dialog_singlechoice_material.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v21\abc_screen_toolbar.xml'
could not open file 'C:\Users\Vincent Cox\Desktop\filesearch\diva-beta2\res\layout-v21\content_main.xml'