This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ICS build problem

hi
i successfully downloaded the rowboat ics soruce.. but while bulding i m getting the
error like below

i complied it with the jdk version ==> jdk-6u33-linux-x64.bin

any hints to resolve the issue ?

error is :

build/core/product_config.mk:193: *** _nic.PRODUCTS.[[device/ti/beagleboard/beagleboard.mk]]: "frameworks/base/build/tablet-dalvik-heap.mk" does not exist.  Stop.

thanks

  • kiran nayak said:

    error is :

    build/core/product_config.mk:193: *** _nic.PRODUCTS.[[device/ti/beagleboard/beagleboard.mk]]: "frameworks/base/build/tablet-dalvik-heap.mk" does not exist.  Stop.

    Please make sure that your your sources are fully sync-ed up.

  • hi

    thank u .. now it is working fine..

    can u tell me how i can lis all the working branches..

    when i run "repo branches" command it is showing

    (no branches)

  • kiran nayak said:

    hi

    thank u .. now it is working fine..

    can u tell me how i can lis all the working branches..

    when i run "repo branches" command it is showing

    (no branches)

    This is expected as the first repo sync does not checkout to a named branch. You have to do this yourself e.g:

    repo start rowboat-ics --all

    To see which remote branch your current checkout corresponds to, you can run the following command from the top of your android sources:

    repo forall -p -c git log --oneline --decorate -5

    This shows the last 5 commits in each project