lucassmn / apps-for-android

Automatically exported from code.google.com/p/apps-for-android
Apache License 2.0
0 stars 0 forks source link

Samples/Downloader does not build on SDK 1.0 #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Checkout the source, create a build file and use ant to build.

What is the expected output? What do you see instead?

Expect build to be successful.

What version of the product are you using? On what operating system?

SDK 1.0 on Ubuntu Linux

Please provide any additional information below.

There are a few errors starting with:

DownloaderActivity.java:24: cannot find symbol
    [javac] symbol  : class AndroidHttpClient
    [javac] location: package android.net.http
    [javac] import android.net.http.AndroidHttpClient;

I guess this is to do with the recent changes in the SDK as I can't find 
android.net.http.AndroidHttpClient in the docs for the SDK. The OpenGL ES
examples built fine and are very useful.

Original issue reported on code.google.com by djbj...@googlemail.com on 21 Oct 2008 at 3:45

GoogleCodeExporter commented 8 years ago

Original comment by morri...@gmail.com on 13 Nov 2008 at 10:18

GoogleCodeExporter commented 8 years ago

Original comment by morri...@gmail.com on 13 Nov 2008 at 10:19

GoogleCodeExporter commented 8 years ago

Original comment by morri...@gmail.com on 13 Nov 2008 at 10:21