linux - Gradle keeps running and can not find symbol R in offline -


i having issue in project gradle, keeps running, have tried work in offline mood facing cannot find symbol r issue.

i turned on "offline work"

file > other settings > default settings > build,execution,deployment > build tools > gradle > offline work 

gradle version using 2.14.1.

in build.gradle file using

      compilesdkversion 24       buildtoolsversion "23.0.3"       minsdkversion 15       targetsdkversion 24         output of ls -l           total 40           drwxrwxr-x 5 adnan adnan 4096 nov 11 10:38 app           -rw-rw-r-- 1 adnan adnan  625 nov 10 17:43 build.gradle           -rw-rw-r-- 1 adnan adnan  861 nov 10 17:46 danielx.iml           drwxrwxr-x 3 adnan adnan 4096 nov 10 17:43 gradle           -rw-rw-r-- 1 adnan adnan  855 nov 10 17:43 gradle.properties           -rwxrwxr-x 1 adnan adnan 4971 nov 10 17:43 gradlew           -rw-rw-r-- 1 adnan adnan 2314 nov 10 17:43 gradlew.bat           -rw-rw-r-- 1 adnan adnan  497 nov 10 17:44 local.properties           -rw-rw-r-- 1 adnan adnan   15 nov 10 17:43 settings.gradle 

i have attached screenshoot of sdk manager.

enter image description here

any hint great help.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -