katzvelraj / npr-android-app

Automatically exported from code.google.com/p/npr-android-app
0 stars 0 forks source link

build from svn repository does not work properly #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the app made from repository, does not start playing successfully!
I think some thing was missing in the repository's source!
by downloading and debugging the prepared app I noticed that class 
"ListenActivity" is not in the repository; but it is in real app!

Original issue reported on code.google.com by jmo...@gmail.com on 4 Oct 2010 at 9:14

GoogleCodeExporter commented 9 years ago
I just tested and the app build without issue from a clean checkout from the 
trunk. What's the error message that you are getting?

ListenActivity was removed from the trunk in revision 99: 
http://code.google.com/p/npr-android-app/source/detail?r=99

To get the app to run and play you will need to register and add your own API 
key from NPR. This was improved in r106 (you should get a dialog notice when 
you start up if you haven't already added your key) do address issue 37.

Original comment by jeremy.w...@gmail.com on 4 Oct 2010 at 10:03

GoogleCodeExporter commented 9 years ago
Also, if you are expecting a local build that works like the release version, 
work off the SVN branch at branches/release_1.x. The current version at HEAD is 
undergoing some radical changes.

Original comment by mfreder...@google.com on 4 Oct 2010 at 10:06