eclipse - Android Studio error: package com.sample.library does not exists -


I'm new to Android studio today I'm just Android Studio (1.0.1) and imported 3 non-Android studio projects (they Projects were built on eclipse) Two of them are from the eclipse project and there is a third application project.

The first library project package name "com.sample.library" and another library project package name is "com.another.library" . 1 Library Project is another library too. I mean that the library uses the project library for the first time. Application Project uses both Library Project.

When I try to clean / reconstruct the application project, it shows an error on the second library project and the messages are:

  Error: Package Com.sample. Library error does not exist: the symbol variable objectName  

can not be found (ObjectName is a property that is stored in 1 library).

Please help me with them. thank you in advanced.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -