hi venkat, i dont build for emulator, but work on targets.. but your error seems to 'path not found'.. i guess you build for different platform, and trying to launch generic.
- can you make sure if directory '/home/venkat/mydroid/out/target/product/generic' is existing? - if not, see what platform you built for.. it will be /home/venkat/mydroid/out/target/product/<platform-name> its dictatedt by 'TARGET_PRODUCT' field in <mydroid>/buildspec. On Sun, Mar 28, 2010 at 2:10 PM, Venkat <venkivo...@gmail.com> wrote: > Hi Deva, > > I tried to run the compiled android package with emulator as per your > idea. > but I am getting error I issued the following command > > export ANDROID_PRODUCT_OUT=$HOME/mydroid/out/target/product/generic > /home/venkat/bin/myandroid/out/host/linux-x86/bin/emulator -ramdisk ./ > out/target/product/generic/ > > Error: > emulator: ERROR: Can't access ANDROID_PRODUCT_OUT as '/home/venkat/ > mydroid/out/target/product/generic' > You need to build the Android system before launching the emulator > > Please tell me what to do > > Thanks & Regards, > Venkat > On Mar 22, 11:08 pm, Deva R <r.deva...@gmail.com> wrote: >> are u porting to some new target hardware or will be working with >> android emulator? >> >> - for emulator, >> since u've completed android build, have you're output in the >> <android>/out directory. That includes, besides the ROM images, a >> bunch of tools too, including the emulator. say, linux emulator is at >> <android>/out/host/linux-x86/bin/emulator. Just set an environment >> variable named ANDROID_PRODUCT_OUT to >> <android>/out/target/product/generic, and then running the emulator >> without any options will run your compiled ROM. >> >> - for actual hardware, >> u need to get bootloader and kernel working first. (will be the >> major work, if u dont have them already) >> then, see existing projects for more steps - like >> rowboat,http://code.google.com/p/rowboat/ >> or some wiki's likehttp://omappedia.org/wiki/Android_Getting_Started >> >> -Deva >> >> >> >> On Mon, Mar 22, 2010 at 6:51 PM,Venkat<venkivo...@gmail.com> wrote: >> > hi Experts, >> >> > I amVenkat, I am new to Android porting, I would like to port >> > android. I have done the works as per the instruction from this >> > websitehttp://source.android.com/download, I have done the make once >> > getting the things form the repo sync. I need a help to proceed >> > further. >> >> > Thanks & Regards, >> >Venkat >> >> > -- >> > unsubscribe: android-porting+unsubscr...@googlegroups.com >> > website:http://groups.google.com/group/android-porting >> >> > To unsubscribe from this group, send email to >> > android-porting+unsubscribegooglegroups.com or reply to this email with >> > the words "REMOVE ME" as the subject. > > -- > unsubscribe: android-porting+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-porting > > To unsubscribe from this group, send email to > android-porting+unsubscribegooglegroups.com or reply to this email with the > words "REMOVE ME" as the subject. > -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting To unsubscribe from this group, send email to android-porting+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.