New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
jonathanbhirst
Old
#1  
Junior Member - OP
Thanks Meter 0
Posts: 1
Join Date: Jun 2010
Location: Sunnyvale
Default [DEV] Error building Froyo release for Nexus One

I did a vob sync to get the latest release to include Froyo...

I ran the extract-files.sh script to pull 'all needed files'

Configured for building Passion user debug...

make...

I get the following error....

make: *** No rule to make target `frameworks/base/core/java/android/
server/search/SearchableInfo.aidl', needed by `out/target/common/obj/
JAVA_LIBRARIES/framework_intermediates/src/core/java/android/app/
ISearchManager.java'. Stop.

Can someone help me understand why this build error is occuring? I
would think that since I just did a sync with the platform manifest
everything should be there to build the official Froyo 2.2 for Nexus
One...

- Jonathan Hirst
 
rpcameron
Old
#2  
Member
Thanks Meter 2
Posts: 99
Join Date: Sep 2006
It looks like something didn't get configured. Did you clean your build environment to make sure there are no carry-overs from a previous build? What system are you building on?

If you're building on a Mac, you have to do it on a case-sensitive filesystem. Also, building on OS X 10.6 (Snow Leopard) is not supported, either.