[android-developers] Re: HOT LIST || Bench Sales Candidates Profile ||

2019-09-30 Thread tharun goud
i have plenty of requirements send me your details,im atechnical recruiter


On Friday, September 27, 2019 at 8:00:31 PM UTC+5:30, Malay Khatri wrote:
>
> Hello Recruiters,
> Here is our updated Hot List of Candidates on Bench.
>
>   HotList   
> Candidate Name Skill Experience Visa Current Location Preferred Location 
> Contact  
> Neelima QA Test Manager  9+ H1B NY Anywhere in US 7342752181 EXT: 282 
> Ashish Front End Developer  7+ H1B WA Anywhere in US 7342752181 EXT: 282 
> Prashanth Quality Assurance 14+ H1B OH Anywhere in US 7342752181 EXT: 414 
> Shrivamsi Scrum Master 11+ H1B IL Anywhere in US 7342752181 EXT: 264 
> Durga Quality Assurance 7+ H4 EAD NJ Anywhere in US 7342752181 EXT: 405 
> Riddhi Project Coordinator 5+ OPT EAD OH Anywhere in US 7342752181 EXT: 
> 283 
> Riddhi Project Coordinator 5+ OPT EAD OH Anywhere in US 7342752181 EXT: 
> 444 
> Anubir Project Manager  9+ USC CA Only CA 7342752181 EXT: 266 
> Pinki 3D Artist 5+ OPT EAD MI Anywhere in US 7342752181 EXT: 450 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c6c45a11-87ff-44e4-8315-3e3b7e67f1b9%40googlegroups.com.


[android-developers] Compilation error on Ant

2008-12-11 Thread tharun

Hi,

While compiling Funambol code on Ant, 100 of errors are coming.
Most of the errors are like this,

[javac] D:\Tharun\DM_LJ\Android\Funambol\android_service\android
\sdk\common\test\com\funambol\util\ThreadPoolTest.java:76
: cannot find symbol
[javac] symbol  : class AssertionFailedException
[javac] location: class com.funambol.util.ThreadPoolTest
[javac] public void testThreadPool() throws
AssertionFailedException {
[javac] ^




[javac] D:\Tharun\DM_LJ\Android\Funambol\android_service\android
\sdk\syncml\src\com\funambol\syncml\transport\me\HttpTran
sportAgent.java:46: package javax.microedition.io does not exist
[javac] import javax.microedition.io.Connector;
[javac]  ^

Did anyone come across this issue?

Regards,
Tharun
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Exception in Ant console

2008-12-10 Thread tharun

Hi Ralf,

Its SDK 1.0 r1

Regards,
Tharun

On Dec 11, 12:43 pm, tharun <[EMAIL PROTECTED]> wrote:
> Hi Ralf,
>
> I'm using SDK 1.0
>
> The path where aapt.exe is
>
> D:\Tharun\DM_LJ\Android\AndroidSDK\android-sdk-windows-1.0_r1\tools
>
> As you said, I moved the build.xml into a newer place
>
> Do I need to set any sdk path on xml file?
>
> Regards,
> Tharun
>
> On Dec 11, 12:36 pm, Ralf <[EMAIL PROTECTED]> wrote:
>
>
>
> > From the paths you give, ant is trying to execute this:
> > D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\android_sdk\t­­ools\aapt.exe
>
> > Is this the location where $SDK/tools/aapt.exe is really located? That
> > seems unlikely. It sounds like you might have generated a build.xml
> > using activitycreator and then moved it somewhere else.
>
> > You can do two things:
> > - tell us which SDK you're using (1.0 r1 or r2?)
> > - look at the tools path defined in default.properties => you can
> > override it build.properties.
> > (if you don't find a default.properties, you may be using an older
> > SDK, in which case the path is in build.xml)
>
> > HTH
> > R/
>
> > On Wed, Dec 10, 2008 at 10:55 PM, tharun <[EMAIL PROTECTED]> wrote:
>
> > > Hi,
>
> > > When I tried to build the build.xml on Ant, I'm getting the following
> > > error
>
> > > D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin>ant
> > > Buildfile: build.xml
>
> > > bin-dir:
>
> > > dirs:
>
> > > resource-src:
> > >     [echo] Generating R.java...
>
> > > BUILD FAILED
> > > D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin
> > > \build.xml:65:
> > > Execute failed: java.io.IOException: CreateProcess: ..\android_sdk
> > > \tools\aapt.ex
> > > e compile -m -J src -M AndroidManifest.xml -S res -I ..\android_sdk/
> > > android.jar
> > > error=2
>
> > > Total time: 0 seconds
>
> > > I've set the Environment variable properly.
>
> > > Regards,
> > > tharun- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Exception in Ant console

2008-12-10 Thread tharun

Hi Ralf,

I'm using SDK 1.0

The path where aapt.exe is

D:\Tharun\DM_LJ\Android\AndroidSDK\android-sdk-windows-1.0_r1\tools

As you said, I moved the build.xml into a newer place

Do I need to set any sdk path on xml file?

Regards,
Tharun

On Dec 11, 12:36 pm, Ralf <[EMAIL PROTECTED]> wrote:
> From the paths you give, ant is trying to execute this:
> D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\android_sdk\t­ools\aapt.exe
>
> Is this the location where $SDK/tools/aapt.exe is really located? That
> seems unlikely. It sounds like you might have generated a build.xml
> using activitycreator and then moved it somewhere else.
>
> You can do two things:
> - tell us which SDK you're using (1.0 r1 or r2?)
> - look at the tools path defined in default.properties => you can
> override it build.properties.
> (if you don't find a default.properties, you may be using an older
> SDK, in which case the path is in build.xml)
>
> HTH
> R/
>
>
>
> On Wed, Dec 10, 2008 at 10:55 PM, tharun <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > When I tried to build the build.xml on Ant, I'm getting the following
> > error
>
> > D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin>ant
> > Buildfile: build.xml
>
> > bin-dir:
>
> > dirs:
>
> > resource-src:
> >     [echo] Generating R.java...
>
> > BUILD FAILED
> > D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin
> > \build.xml:65:
> > Execute failed: java.io.IOException: CreateProcess: ..\android_sdk
> > \tools\aapt.ex
> > e compile -m -J src -M AndroidManifest.xml -S res -I ..\android_sdk/
> > android.jar
> > error=2
>
> > Total time: 0 seconds
>
> > I've set the Environment variable properly.
>
> > Regards,
> > tharun- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Exception in Ant console

2008-12-10 Thread tharun

Hi,

When I tried to build the build.xml on Ant, I'm getting the following
error

D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin>ant
Buildfile: build.xml

bin-dir:

dirs:

resource-src:
 [echo] Generating R.java...

BUILD FAILED
D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin
\build.xml:65:
Execute failed: java.io.IOException: CreateProcess: ..\android_sdk
\tools\aapt.ex
e compile -m -J src -M AndroidManifest.xml -S res -I ..\android_sdk/
android.jar
error=2

Total time: 0 seconds

I've set the Environment variable properly.

Regards,
tharun
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Exception error while building on Ant

2008-12-10 Thread tharun

Hi Fred,

I'm unable find to autoandroid in code.google.com.
Could you tell me the exact name of it?

Regards,
Tharun

On Dec 10, 4:23 pm, "Fred Grott(shareme)" <[EMAIL PROTECTED]>
wrote:
> Its not finding the anndroid.jar via the sdk..
>
> Go to googlecode and in the search box type autoandroid..its the ant
> library most developers use once that is set up it detects your SDK
> home location and handles that..
>
> On Dec 10, 4:41 am, tharun <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi,
>
> > When try to build on Ant, I'm facing this problem,
>
> > D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin>ant -
> > buildfile C:\myAndroid\build.xml
> > Buildfile: C:\myAndroid\build.xml
>
> > dirs:
> >      [echo] Creating output directories if needed...
>
> > resource-src:
> >      [echo] Generating R.java / Manifest.java from the resources...
>
> > aidl:
> >      [echo] Compiling aidl files into Java classes...
>
> > compile:
> >     [javac] Compiling 2 source files to C:\myAndroid\bin\classes
>
> > dex:
> >      [echo] Converting compiled files and external libraries into
> > bin/
> > classes.de
> > x...
>
> > package-res:
>
> > package-res-no-assets:
> >      [echo] Packaging resources...
>
> > debug:
> >      [echo] Packaging bin/HelloAndroid-debug.apk, and signing it with
> > a debug ke
> > y...
> >      [exec] java.lang.NoClassDefFoundError: com/android/prefs/
> > AndroidLocation$An
> > droidLocationException
> >      [exec] Exception in thread "main"
>
> > BUILD FAILED
>
> > Exception error is occurring.
>
> > How to resolve this?
>
> > Regards,
> > Tharun- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Exception error while building on Ant

2008-12-10 Thread tharun

Hi,

When try to build on Ant, I'm facing this problem,


D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin>ant -
buildfile C:\myAndroid\build.xml
Buildfile: C:\myAndroid\build.xml


dirs:
 [echo] Creating output directories if needed...


resource-src:
 [echo] Generating R.java / Manifest.java from the resources...


aidl:
 [echo] Compiling aidl files into Java classes...


compile:
[javac] Compiling 2 source files to C:\myAndroid\bin\classes


dex:
 [echo] Converting compiled files and external libraries into
bin/
classes.de
x...


package-res:


package-res-no-assets:
 [echo] Packaging resources...


debug:
 [echo] Packaging bin/HelloAndroid-debug.apk, and signing it with
a debug ke
y...
 [exec] java.lang.NoClassDefFoundError: com/android/prefs/
AndroidLocation$An
droidLocationException
 [exec] Exception in thread "main"


BUILD FAILED


Exception error is occurring.


How to resolve this?


Regards,
Tharun

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Building on Ant

2008-12-10 Thread tharun

Hi Fred,

Now, I'm not facing the location error.
But one more error is occurring

D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin>ant -
buildfile
 C:\myAndroid\build.xml
Buildfile: C:\myAndroid\build.xml

dirs:
 [echo] Creating output directories if needed...

resource-src:
 [echo] Generating R.java / Manifest.java from the resources...

aidl:
 [echo] Compiling aidl files into Java classes...

compile:
[javac] Compiling 2 source files to C:\myAndroid\bin\classes

dex:
 [echo] Converting compiled files and external libraries into bin/
classes.de
x...

package-res:

package-res-no-assets:
 [echo] Packaging resources...

debug:
 [echo] Packaging bin/HelloAndroid-debug.apk, and signing it with
a debug ke
y...
 [exec] java.lang.NoClassDefFoundError: com/android/prefs/
AndroidLocation$An
droidLocationException
 [exec] Exception in thread "main"

BUILD FAILED

Exception error is occurring.

How to resolve this?

Regards,
Tharun

On Dec 10, 1:39 am, "Fred Grott(shareme)" <[EMAIL PROTECTED]>
wrote:
> Just install JDK in directory without spaces and than set JAVA HOME to
> that and the problem will go away
>
> On Dec 9, 2:34 pm, "Fred Grott(shareme)" <[EMAIL PROTECTED]> wrote:
>
>
>
> > Tharun install JDK in directory without spaces and tell ant to find
> > the tools.jar from that install..ie Ant should be launched from your
> > jdk install..
>
> > Its only a headache on windows :)
>
> > On Dec 9, 6:49 am, "Tharun Kumar" <[EMAIL PROTECTED]> wrote:
>
> > > Hi,
>
> > > I'm trying to build on Ant. But I'm stuck with a thing. When I try to
> > > run ant, I'm getting following error note on command prompt.
>
> > > I've copied the build.xml inside java folder.
>
> > > D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin>ant
> > > Unable to locate tools.jar. Expected to find it in C:\Program 
> > > Files\Java\jre1.6.
> > > 0_02\lib\tools.jar
> > > Buildfile: build.xml does not exist!
> > > Build failed
>
> > > Prior to this, I've set JAVA_HOME environment variable.
>
> > > Which is the right path to copy the build.xml?
>
> > > Can you someone help on this?
>
> > > Regards,
> > > Tharun- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Building on Ant

2008-12-09 Thread Tharun Kumar

Hi,

I'm trying to build on Ant. But I'm stuck with a thing. When I try to
run ant, I'm getting following error note on command prompt.

I've copied the build.xml inside java folder.

D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin>ant
Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.6.
0_02\lib\tools.jar
Buildfile: build.xml does not exist!
Build failed

Prior to this, I've set JAVA_HOME environment variable.

Which is the right path to copy the build.xml?

Can you someone help on this?

Regards,
Tharun

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---