Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable Inspection, after being Disabled in Android Studio?

enter image description here

Problem:

In my manifest my application word was having Yellow Background, when I do Alt+Enter it gives me above options, I clicked Disable inspection just to check it, but when I do Alt+enter, but again after doing alt+enter I didn't get any option for getting it enabled?

After clicking Disable Inspection, I am not getting any option for Enable Inspection, Is there any way to get Enabled again?

like image 722
Arjun Singh Avatar asked Apr 08 '16 08:04

Arjun Singh


People also ask

How to enable app inspection in Android Studio?

From the Android Studio navigation bar, select View > Tool Windows > App Inspection. After the app inspection window automatically connects to an app process, select Network Inspector from the tabs.

What is lint error in Android?

The lint tool checks for structural code problems that could affect the quality and performance of your Android application. It is strongly recommended that you correct any errors that lint detects before publishing your application.


1 Answers

You can find and disable/enable all inspections here.

Settings lint isnpections

For your situation, you have to find and make selected this two:

Google app indexing Allow backup

like image 159
Anton Shkurenko Avatar answered Sep 22 '22 11:09

Anton Shkurenko