elsot2 / android-rss

Automatically exported from code.google.com/p/android-rss
GNU General Public License v2.0
0 stars 0 forks source link

can't build the project in eclipse under Android 1.0 SDK, Release 1 #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. importing project from svn into eclipse
2. trying to build

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

Hoped it would build, but get 88 errors like:

Description Resource    Path    Location    Type
The method show() in the type Dialog is not applicable for the arguments
(ChannelAdd, String, int, String, String, boolean)  ChannelAdd.java
android-rss/src/org/devtcg/rssreader/activity   line 152    Java Problem
The method setResult(int, Intent) in the type Activity is not applicable
for the arguments (int, String) ChannelAdd.java
android-rss/src/org/devtcg/rssreader/activity   line 135    Java Problem
The method updateString(int, String) is undefined for the type Cursor
ChannelEdit.java    android-rss/src/org/devtcg/rssreader/activity   line 97 Java
Problem

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

Android 1.0 SDK, Release 1 on OSX

Many thanks in advance
CHEERS> SAM

Original issue reported on code.google.com by tans...@gmail.com on 31 Dec 2008 at 12:11

GoogleCodeExporter commented 9 years ago
Ah, seems I was checking out the old sdk code.  I should have grabbed the 1.0 
port
from the branches directory of svn - default info on read only check out 
confused me ...

Original comment by tans...@gmail.com on 31 Dec 2008 at 12:15

GoogleCodeExporter commented 9 years ago
The project is based on android m5 version. It cannot run at sdk 1.0 version. I 
want 
to know wheather it will be moved to 1.0 version in future? 

Original comment by fjm...@gmail.com on 17 Apr 2009 at 4:54