Solve "Variable references non-existent resource" [message #1689925] |
Tue, 24 March 2015 12:43 |
Eclipse User |
|
|
|
Hi guys,
I'm doing development using Android NDK, therefore I have to combine Java code and native C via JNI, all in Ubuntu 12.04 and java-7-oracle.
I use the build pattern, i.e. for Java is via the Eclipse tool and for C is via , from the terminal.
It goes like this:
- Project > Clean (with Build Automatically checked) ; no error
- from terminal, in the jni folder: ; no error
- right-click on project > Run as > Android application; I get this error:
Quote:Errors occurred during the build.
Errors running builder 'Integrated External Tool Builder' on project 'audiotest'.
Variable references non-existent resource : ${workspace_loc:/com.audiotest.AudiotestActivity}
Variable references non-existent resource : ${workspace_loc:/com.audiotest.AudiotestActivity}
The strange thing is that if I repeat 3 times the "Run as" step, just ignoring the 2 x intermediate error messages, the application is error-free build and installed.
If anyone is expert and kind to give me a hand I'd appreciate.
Thanks!
|
|
|
Powered by
FUDForum. Page generated in 0.03374 seconds