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.

TI-Android-2.3.4-DevKit-2.1.1: Can not create "alsa.omap3.so"



Hi everybody ,

I trying android audio codec.

I read  "TI-Android-GingerBread-2.3.4-DevKit-2.1.1 PortingGuides" and fixed "TI Android GingerBread 2.3.4 AM335x Sources".

I input a command "# alsa_arecord -f cd | alsa_aplay" in console, and it works.

I try in TI-android and select a music, but it does not output any sounds.

1. aplay OK

2. android NG

build Rowboat with following options in BoardConfig.mk.

BOARD_USES_ALSA_AUDIO := true
BUILD_WITH_ALSA_UTILS := true
But  "alsa.omap3.so" is not make.
It makes "alsa.beaglebone.so".
What different between those files?

Thank you.

Hirohito