Do I need source code to package a project?

when i tried to package the project it gives error message says you are attempting to compile on a machine that does not have a supported compiler! do i have to get the complete source code in order to package the project?

hi im still wondering

Hello Wgan,

Do you have Visual Studios 2013 installed? Usually this error shows up when you have code in your project. It’s attempting to compile that code to package but is unable because you don’t have VS2013 or it is unable to at least find it.

-Max B.

Arent you trying to build for Android? It requires JDK and Android SDK regardless if you got C++ code or not, as Java part needs to be compiled.