Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
com.google.android.datamessagi ng.xml not found when build android2.1
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
lanyuflying  
View profile  
 More options Nov 13 2012, 2:45 am
From: lanyuflying <lanyufly...@gmail.com>
Date: Mon, 12 Nov 2012 23:45:15 -0800 (PST)
Local: Tues, Nov 13 2012 2:45 am
Subject: com.google.android.datamessaging.xml not found when build android2.1

this is the config:

PLATFORM_VERSION_CODENAME=REL

PLATFORM_VERSION=2.1-update1

TARGET_PRODUCT=sim

TARGET_BUILD_VARIANT=userdebug

TARGET_SIMULATOR=true

TARGET_BUILD_TYPE=debug

TARGET_ARCH=x86

HOST_ARCH=x86

HOST_OS=linux

HOST_BUILD_TYPE=release

BUILD_ID=EPF21B

the error is :
make: ***no rules to create
“out/debug/host/linux-x86/pr/sim/system/etc/permissions/com.google.android. datamessaging.xml,
to need
 vendor/google/frameworks/datamessaging/com.google.android.datamessaging.xml

there is not com.google.android.datamessaging.xml in that place.

How can i do with it? I know the file is for shared library from third
party, but why need it when compile the system? and why there is noting in
that source place?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Magnus Bäck  
View profile  
 More options Nov 13 2012, 10:30 am
From: Magnus Bäck <ba...@google.com>
Date: Tue, 13 Nov 2012 10:30:03 -0500
Local: Tues, Nov 13 2012 10:30 am
Subject: Re: [android-building] com.google.android.datamessaging.xml not found when build android2.1
On Tuesday, November 13, 2012 at 02:45 EST,
     lanyuflying <lanyufly...@gmail.com> wrote:

> this is the config:

> PLATFORM_VERSION_CODENAME=REL
> PLATFORM_VERSION=2.1-update1
> TARGET_PRODUCT=sim

I'm pretty sure you don't actually want to build the simulator.

> TARGET_BUILD_VARIANT=userdebug
> TARGET_SIMULATOR=true
> TARGET_BUILD_TYPE=debug

Do you really need the debug build type?

> TARGET_ARCH=x86
> HOST_ARCH=x86
> HOST_OS=linux
> HOST_BUILD_TYPE=release
> BUILD_ID=EPF21B

> the error is :
> make: ***no rules to create
> “out/debug/host/linux-x86/pr/sim/system/etc/permissions/com.google.android. datamessaging.xml,
> to need
>  vendor/google/frameworks/datamessaging/com.google.android.datamessaging.xml

> there is not com.google.android.datamessaging.xml in that place.

Indeed, the stock Android 2.1 source code doesn't contain any git at
vendor/google.

> How can i do with it? I know the file is for shared library from third
> party, but why need it when compile the system? and why there is
> noting in that source place?

Exactly which source code are you trying to build? Which makefile refers
to com.google.android.datamessaging.xml?

--
Magnus Bäck
ba...@google.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lanyuflying  
View profile  
 More options Nov 14 2012, 1:35 am
From: lanyuflying <lanyufly...@gmail.com>
Date: Tue, 13 Nov 2012 22:35:18 -0800 (PST)
Local: Wed, Nov 14 2012 1:35 am
Subject: Re: com.google.android.datamessaging.xml not found when build android2.1

thanks all of you.

I want to debug opencore of this version.

so I want to build a emulator, so I select the "simulator", and select
userdebug.

在 2012年11月13日星期二UTC+8下午3时45分15秒,lanyuflying写道:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Magnus Bäck  
View profile  
 More options Nov 14 2012, 10:24 am
From: Magnus Bäck <ba...@google.com>
Date: Wed, 14 Nov 2012 10:24:35 -0500
Local: Wed, Nov 14 2012 10:24 am
Subject: Re: [android-building] Re: com.google.android.datamessaging.xml not found when build android2.1
On Wednesday, November 14, 2012 at 01:35 EST,
     lanyuflying <lanyufly...@gmail.com> wrote:

> I want to debug opencore of this version.

> so I want to build a emulator, so I select the "simulator", and select
> userdebug.

emulator != simulator

If you want the emulator, select a product configuration that's based on
the emulator (like 'generic' or, I believe, 'full').

--
Magnus Bäck
ba...@google.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lanyuflying  
View profile  
 More options Nov 14 2012, 9:08 pm
From: lanyuflying <lanyufly...@gmail.com>
Date: Wed, 14 Nov 2012 18:08:18 -0800 (PST)
Local: Wed, Nov 14 2012 9:08 pm
Subject: Re: com.google.android.datamessaging.xml not found when build android2.1

bingo,that is!
I read the sim.mk in product dir. You are right. it should use the generic.
because the sim.mk  include the generic_with_google.mk.

thanks o lot.

I think to be a China, I should know the difference between the two
word(simulator and emulator) better.:)

在 2012年11月13日星期二UTC+8下午3时45分15秒,lanyuflying写道:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »