Bharath-Salokye / simple-android-instant-messaging-application

Automatically exported from code.google.com/p/simple-android-instant-messaging-application
1 stars 0 forks source link

STATUS.JAVA #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
hello,

i have download the source code. but if i open de code in eclipse, i get an 
error by the file STATUS.JAVA. inside this file is this : 

package com.mekya.types;

public enum STATUS {
    ONLINE, OFFLINE, BUSY, INVISIBLE, AWAY, UNAPPROVED
}

what need i to do to fix that error ??? 

help me please ! 

Original issue reported on code.google.com by crazymoo...@gmail.com on 10 May 2013 at 8:13

GoogleCodeExporter commented 8 years ago
i think it's done by just modify the .properties by adding a "newline" at the 
end and save it.

close and reopen your eclipse.

Original comment by d.pirngruber@gmail.com on 10 May 2013 at 10:00

GoogleCodeExporter commented 8 years ago
how do i do that i dont no how to do that ?? helpppp :D !

Original comment by crazymoo...@gmail.com on 10 May 2013 at 10:46

GoogleCodeExporter commented 8 years ago
if you open the project in eclipse, the last file in the file explorer should 
be something called "project.properties".
Open it --> insert a "new line" or just a space and save it.
Now close your eclipse and reopen it.
the exception should be gone!

nice regards

Original comment by d.pirngruber@gmail.com on 10 May 2013 at 4:47

GoogleCodeExporter commented 8 years ago
cant find "project.properties" file in there.. :-(

Original comment by raviprab...@gmail.com on 18 May 2013 at 1:38

GoogleCodeExporter commented 8 years ago
Hi I had this same issue and added the space, saved the file and relaunched 
eclips, I have been getting another error though in the "gen" folder underneath 
the "src" folder. It has 2 files "buildconfig.java" and "R.java", the error is 
in the R.java which is "The type R is already defined", please help I need this 
running for tomorrow.

Tnx

Original comment by anthonyo...@gmail.com on 27 May 2013 at 7:10

GoogleCodeExporter commented 8 years ago
Try the new "Android_IM u1" source package at "Downloads" ;)

Original comment by d.pirngruber@gmail.com on 29 Jun 2013 at 2:27