My project contains five modules in dependence and a main module to show my 
app,they are imported form eclipse to studio(works well in adt).The library 
modules are build accurately.But the main module cannot be build with a lot 
of errors of "cannot find the symbol :class R".
Here is one of the error code:     import cn.com.hakim.android.R;    
This is imported by android studio automatically.
Here is my AndroidManifest:      package="com.hakim.dingyoucai.view"   
Here is my build.gradle            
                                               defaultConfig {

                        applicationId "com.hakim.dingyoucai.view"
                        minSdkVersion 11
                        targetSdkVersion 23
                       }

I try clean project and rebuild,it does not work .

If i change the error import ,it will auto import the wrong R when a clean 
build.

Anyone Help? 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to