Forums - Error when building SplashScreen Sample

2 posts / 0 new
Last post
Error when building SplashScreen Sample
abanoub_labeeb
Join Date: 18 Dec 13
Posts: 4
Posted: Sat, 2013-12-21 03:10
**** Build of configuration Debug for project SplashScreen ****
 
**** Internal Builder is used for build               ****
g++ -O0 -g3 -Wall -c -fmessage-length=0 -o jni\apis\imageTransformation\Scale.o ..\jni\apis\imageTransformation\Scale.cpp
cygwin warning:
  MS-DOS style path detected: ..\jni\apis\imageTransformation\Scale.cpp
  Preferred POSIX equivalent is: ../jni/apis/imageTransformation/Scale.cpp
  CYGWIN environment variable option "nodosfilewarning" turns off this warning.
  Consult the user's guide for more details about POSIX paths:
..\jni\apis\imageTransformation\Scale.cpp:13:23: fatal error: GLES2/gl2.h: No such file or directory
 #include <GLES2/gl2.h>
                       ^
compilation terminated.
Build error occurred, build is stopped
Time consumed: 160  ms.  
 
  • Up0
  • Down0
ramk
Join Date: 13 Mar 16
Posts: 1
Posted: Mon, 2016-03-14 04:05

Create "default.properties" file in root directory of project and write 

target=android-5

as content, save file and compile again.

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.