I am trying to debug AOSP through eclipse(under Linux)..But while building it is throwing errors like:
R cannot resolved to a variable
The import android.util.MathUtils cannot be resolved
The import com.android.common cannot be resolved
Note:When I tried to debug sample app its working fine and not showing any errors.
Any help!!!
R cannot resolved to a variable
The import android.util.MathUtils cannot be resolved
The import com.android.common cannot be resolved
Note:When I tried to debug sample app its working fine and not showing any errors.
Any help!!!