till date was working with api level 4 now am trying to do it with api level 7 am getting error as no virtual device found can any one please help me to fix this problem with regards Nayana
On Sat, Mar 6, 2010 at 12:36 AM, SN <[email protected]> wrote: > Thanks Xavier! It is working. However the build fails at this step: > > Install: out/target/product/generic/system/app/ > AccountAndSyncSettings.apk > target R.java/Manifest.java: AlarmClock (out/target/common/obj/APPS/ > AlarmClock_intermediates/src/R.stamp) > packages/apps/AlarmClock/res/values-el/strings.xml:44: error: Errorarsing > XML: not well-formed (invalid token) > make: *** [out/target/common/obj/APPS/AlarmClock_intermediates/src/ > R.stamp] Error 1 > > It looks like the strings xml for AlarmClock is not correct. Is there > a fix for this xml or my build doesn't set up correctly? > > > Thanks, > > > On Mar 4, 7:17 pm, Xavier Ducrohet <[email protected]> wrote: > > use "lunchsdk-eng" followed by "makesdk" > > > > > > > > On Thu, Mar 4, 2010 at 6:48 AM, SN <[email protected]> wrote: > > > Can anybody help me building AndroidSDK? I followed all the steps to > > > download AndroidSDKand when I try tobuildit. I got error. Here is > > > all my step of building it. > > > > > $ sourcebuild/envsetup.sh > > > including vendor/aosp/vendorsetup.sh > > > $ lunch 1 > > > > > ============================================ > > > PLATFORM_VERSION_CODENAME=AOSP > > > PLATFORM_VERSION=AOSP > > > TARGET_PRODUCT=generic > > > TARGET_BUILD_VARIANT=eng > > > TARGET_SIMULATOR=false > > > TARGET_BUILD_TYPE=release > > > TARGET_ARCH=arm > > > HOST_ARCH=x86 > > > HOST_OS=linux > > > HOST_BUILD_TYPE=release > > > BUILD_ID=MASTER > > > ============================================ > > > > > $ make > > > ============================================ > > > PLATFORM_VERSION_CODENAME=AOSP > > > PLATFORM_VERSION=AOSP > > > TARGET_PRODUCT=generic > > > TARGET_BUILD_VARIANT=eng > > > TARGET_SIMULATOR=false > > > TARGET_BUILD_TYPE=release > > > TARGET_ARCH=arm > > > HOST_ARCH=x86 > > > HOST_OS=linux > > > HOST_BUILD_TYPE=release > > > BUILD_ID=MASTER > > > ============================================ > > > ***Buildconfiguration changed: "generic-eng-sdk-{mdpi}" -> "generic- > > > eng-{mdpi}" > > > *** Forcing "make installclean"... > > > *** Done with the cleaning, now starting the realbuild. > > >build/core/base_rules.mk:117: ***sdk/archquery/src: > > > MODULE.HOST.JAVA_LIBRARIES.archquery already defined by development/ > > > tools/archquery/src. Stop > > > > > I tried with 'makesdk' also but got the same error. Does anybody know > > > how to fix it? > > > > > Thanks, > > > > > -- > > > 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]<android-developers%[email protected]> > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > > > -- > > Xavier Ducrohet > > AndroidSDKTech Lead > > Google Inc. > > > > Please do not send me questions directly. Thanks! > > -- > 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]<android-developers%[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 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

