brikell69 / nookdevs

Automatically exported from code.google.com/p/nookdevs
0 stars 0 forks source link

Compilation issues for new linux installs. #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Import each nookdevs eclipse project.
2. Attempt to compile
3. Look for errors

What is the expected output? What do you see instead?

I expected to import all of the nookDevs projects and compile.  However
nookCommon and any depending packages fail to compile.

There are two problems:

First, nookCommon's android.jar dependency can not be resolved.  I
recommend exporting this library from nookDependency as it is required to
fix the second problem.

Second, The ConectivityManager class from android.jar does not have a
WakeLock class, so this type can not be resolved.  I ended up adding
"nookDependency" in the project import list, as it defines this interface.

I have successfully compiled and installed nookLibrary from source using
this method.

What version of the product are you using? On what operating system?
Eclipse 3.5.2, current ADT 0.9.6, Linux.

Please provide any additional information below.

Attached are two patches to the appropriate project directories.

Original issue reported on code.google.com by doer...@gmail.com on 7 Apr 2010 at 10:03

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks. I'll checkin the patches. 
You were able to run the apk files generated using this right? 
because the connectivityManager class in nookDependency has to be used only for 
compiling.

Original comment by hari.swa...@gmail.com on 7 Apr 2010 at 11:17

GoogleCodeExporter commented 9 years ago
done.

Original comment by hari.swa...@gmail.com on 8 Apr 2010 at 12:03

GoogleCodeExporter commented 9 years ago
btw, let me know if you are planning to do any code changes. I can grant you 
permissions to add files.

Original comment by hari.swa...@gmail.com on 8 Apr 2010 at 12:49