Problem when compile in v2.52

edgar_ortiz

Active Member
Licensed User
Longtime User
Hi...
I uninstall V2 and install V.2.52 and when compile get the error:



HTML:
Parsing code.                           0.02
Compiling code.                         0.02
Compiling layouts code.                 0.04
Generating R file.                      0.21
Compiling generated Java code.          Error
javac 1.6.0_26
src\gps\test\main.java:257: cannot find symbol
symbol  : class test
location: class gps.test.gps
public gps.test.gps _gps = null;
          ^
1 error


The following objects added permissions (duplicates are ignored):
File.DirRootExternal / File.DirDefaultExternal:
   android.permission.WRITE_EXTERNAL_STORAGE
GPS:
   android.permission.ACCESS_FINE_LOCATION
Notification:
   android.permission.VIBRATE
 

Attachments

  • gps_test.zip
    69 KB · Views: 136

abner69

Member
Licensed User
Longtime User
Edgar,

1) in your project folder, delete the folder named objects.
2) change the package name to something nuevo (I used com.gps).
recompile.

...Pablo
 
Upvote 0
Top