cannot resolve the symbol R in android studio -


i have tied deleting these permission manifest file manually, , tried building project, unfortunately, every time these codes getting generated after build project finish. , in codes showing error "symbol r cannot recognised"

how can make working.?

`<uses-permission android:name="android.permission.internet" /> <uses-permission android:name="android.permission.access_network_state" /> <uses-permission android:name="android.permission.write_external_storage" /> <uses-permission android:name="com.google.android.providers.gsf.permission.read_gservices" /> <uses-permission android:name="android.permission.access_fine_location"/> <uses-permission android:name="android.permission.access_coarse_location "/> 

try

tools -> android -> sync project gradle files

if doesn't work check have latest version of sdk. check xml files too.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -