Could not build current master(froyo) with this scheme. I get :
frameworks/base/core/java/android/app/ListActivity.java:319:
inconvertible types
found : android.widget.AdapterView<capture of ?>
required: android.widget.ListView
onListItemClick((ListView)parent, v, position, id);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
6 warnings
make: *** [out/target/common/obj/JAVA_LIBRARIES/
framework_intermediates/classes-full-debug.jar] Error 41
I have check my exports:
export JAVA_HOME=java-1.5.0-sun
export ANDROID_JAVA_HOME=java-1.5.0-sun
export CC=gcc-4.3
export CXX=g++-4.3
export TARGET_PRODUCT=fr
export CUSTOM_LOCALES=ru_RU
Any comments, please.
On 29 июн, 19:10, Lars Lindholm <
larlin...@gmail.com> wrote:
> If some one else dosen't have a better answer I say the ia32-libs
> package is needed.
>
> larlin
>
> On 06/29/2010 04:06 PM, ran wrote:
>
> > Hello
>
> > Does somebody try to build a-o-f under Ubuntu 10.04?
> > I try to followhttp://
www.crashcourse.ca/wiki/index.php/Android_on_Ubuntu_10.04,