[android-porting] Creating a Test projects using ANT for an existing android project

2010-06-01 Thread Sanra
Hi, I created a new android test project with the android tool android create test-project -m -n -p I followed the instructions from this site to generate the ant files for the existing eclipse test project. http://developer.android.com/guide/developing/testing/testing_otheride.html But whe

Re: [android-porting] Creating a Test projects using ANT for an existing android project

2010-06-09 Thread warrell harries
Make sure you have set the sdk-location property in build.properties e.g. sdk.dir=/home/warrellharries/develop/android-sdk-linux_86 On 2 June 2010 04:21, Sanra wrote: > Hi, > > I created a new android test project with the android tool > > android create test-project -m -n -p > > > I followed