[android-developers] Android project compilation error using IntelliJ

2016-04-01 Thread rainnow-guy
Hi. I am trying to compile a project under the IntelliJ development ide but getting this error message: Error:Abnormal build process termination: /usr/local/java/jdk1.8.0_77/bin/java -Xmx700m -Djava.awt.headless=true -Djava.endorsed.dirs=\"\" -Djdt.compiler.useSingleThread=true -Dcompile.p

[android-developers] Android project with multiple build targets/configuration

2012-08-20 Thread Jia Li
I am really new to eclipse. Is there any way to create build configurations in a project, so each configuration point to different resource folders or include different libraries. for example, a map based application for 10 cities. so, I have 10 sets of map and data files for each city. I know

[android-developers] Android Project Rescue for a Newspaper app

2012-08-16 Thread joshy
Hi at all experienced developpers, i have a huge problem in a project wich i am currently developping, its a nespaper app, and this developper which is currently working on it, is not able to fix it. So to describe the project. We are using zip files to store the each issue of the magazine in

Re: [android-developers] "Android Project" none to be found.

2012-07-01 Thread TreKing
On Fri, Jun 29, 2012 at 11:15 AM, Samuel EpicWin wrote: > I need help, thanks (: With what? - TreKing - Chicago transit tracking app for Android-

Re: [android-developers] Android Project not showing up.

2012-06-30 Thread Tor Norbye
Use "Android Application Project". You can uncheck "Create Activity" on a subsequent page to make a blank project. On Jun 30, 2012 11:05 PM, "Samuel EpicWin" wrote: > I have installed the Android SDK and ADT Plugin for Eclipse. I do have the > Android folder when I goto File->Other, but something

[android-developers] "Android Project" none to be found.

2012-06-30 Thread Samuel EpicWin
I downloaded the SDK and ADT Plugin at Eclipse. When I tried to create a Android Project, it pops up other project such as "Android Application Project", "Android Project from Existing Code" and etc etc. I need help, thanks (: Using ADT 20 & Eclipse Indigo. -- You received this message becaus

[android-developers] Android Project not showing up.

2012-06-30 Thread Samuel EpicWin
I have installed the Android SDK and ADT Plugin for Eclipse. I do have the Android folder when I goto File->Other, but something weird is that, I only have options such as "Android Application Project", "Android Project with Existing Source" and "Android test Project", yet I do not have Android

[android-developers] Android Project development cost

2012-03-20 Thread nvlakshmi vakiti
Hi , A senior android developer ,how much he will cost for hourly or task or project basis for Android Project development? Please let me know. Thanks in Advance. -- Lakshmi -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

Re: [android-developers] Android Project

2012-03-01 Thread Ahmed Mahmoud
> > > Anyone here with a "good" idea is probably already working on it and > keeping it to themselves. > > Ask yourself: > "What do I need?" > "What would I pay for?" > "What is not already available?" > "What is lacking in some app I already use?" > > Answer one or more of those and you should

Re: [android-developers] Android Project

2012-02-29 Thread TreKing
On Tue, Feb 28, 2012 at 3:13 PM, Ahmed Mahmoud wrote: > so i hope to find anyone here to help me to choise a good idea Anyone here with a "good" idea is probably already working on it and keeping it to themselves. Ask yourself: "What do I need?" "What would I pay for?" "What is not already avai

[android-developers] Android Project

2012-02-29 Thread Ahmed Mahmoud
Hi guys i'm CS student and on my way to start the graduation project but i dont hava an idea yet so i hope to find anyone here to help me to choise a good idea -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e

[android-developers] android project

2011-12-12 Thread Garima Mishra
i am workng on an android project based on automatic call declination...i just wanted to know hw can i connect two emulators..as bluetooth does not work in emulators.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

Re: [android-developers] Android Project

2011-09-30 Thread Joao Braga
Once you figure out what you want do to that you measure the time it will take to be done :) -- 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 g

Re: [android-developers] Android Project

2011-09-30 Thread midhun midhunvp
Android projects are done for multiple purposes example games,industrial operations ,leave approval applications, with SAP in the backend. You have to specify what type of project you are looking for. On Thu, Sep 29, 2011 at 11:17 PM, Joao Braga wrote: > The issue is not how to develop, but what

Re: [android-developers] Android Project

2011-09-29 Thread Joao Braga
The issue is not how to develop, but what for mostly everyone :p -- 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 android-

[android-developers] Android Project

2011-09-29 Thread arun kumar
Hello all, I want to Develop a New Android Application with 1 month Duration. Any innovative ideas for project name and description? -- 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@goo

[android-developers] Android Project association with an emulator(s)

2010-11-14 Thread adithya
Hi, I have developed two projects. In the first one i send messages and in the second one i receive them. I have also created two emulator instances. What i was trying to do was associate a single project with a single emulator by going to : sendProject -> run config -> selecting the AVD (AVD1)

[android-developers] Android project

2009-08-29 Thread sriram
Hello friends, I am a student studying in final year engineering in IT. I am willing to do my final year projecto Android platform. Can anyonelease suggest me a good idea that camn be implemented on Android platform. We, a group of 5 will be working on this for 5-6 months. Please, help me out wit

[android-developers] Android project in subversion - .svn copied in bin folder

2009-06-15 Thread JMichel
Hi, I want to manage an Android project with subversion (svn in command line). I'm using the Android SDK 1.5 in Eclipse 3.4.2. I included every dev files from my project but I didn't include the folders /gen (auto-generated by the SDK) and /bin (built files). My problem is that when I start work

[android-developers] Android Project: read a txt file, speed is so slow

2008-12-09 Thread yakebao
I have a txt file named "codecs", size is 3M, under the directory "res/ raw/". This file has been splited to 25 files by the first character of each line, such as "codecs_a, codecs_b, codecs_c, .., codecs_y". And,each of the files contents are sorted by the first colum (ASC). Now, I use the