I’m so excited about this. It’s exactly what I’ve been looking for for days so I can get bluetooth working!
I’m having a little trouble though - I wonder if anyone can help.
I’m on UE4.22.0
(Installed, not pulled from github)
I’ve downloaded and expanded the project to it’s own project folder.
Then I’ve opened and edited the files @RobMilliken has noted as needing changing.
Upon trying to open the project, it asks if I’d like to rebuild AndroidCameraProj and AndroidCamera, I click yes.
It then tells me “AndroidCameraProj could not be compiled. Try rebuilding from source manually”.
The project doesn’t open.
I then open the .sln file in Visual Studio 2019 and try and build the project from there but I get this error:
Error MSB3073 The command "**"C:\Program Files (x86)\Epic Games\4.14\Engine\Build\BatchFiles\Build.bat" AndroidCameraProjEditor Win64 Development "D:\Dropbox\Learning\2019_SoftEngProj\Research\Examples\AndroidCameraProj\AndroidCameraProj.uproject" -waitmutex"** exited with code 3.
Quoting:
**File:**
*C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets*
**Line:**
*44*
It’s obviously because I don’t have 4.14 installed and that’s what it wants to build with, but where do I tell it not to build with that?
(I’ve updated the version number in the .uproject file but no effect)
Also, right clicking and choosing rebuild Visual Studio files returns this error:
Running C:/Program Files/Epic Games/UE_4.22/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project="D:/Dropbox/Learning/2019_SoftEngProj/Research/Examples/AndroidCameraProj/AndroidCameraProj.uproject" -game -rocket -progress -log="D:\Dropbox\Learning\2019_SoftEngProj\Research\Examples\AndroidCameraProj/Saved/Logs/UnrealVersionSelector-2019.04.25-23.14.27.log"
Discovering modules, targets and source code for project...
While compiling D:\Dropbox\Learning\2019_SoftEngProj\Research\Examples\AndroidCameraProj\Intermediate\Build\BuildRules\AndroidCameraProjModuleRules.dll:
d:\Dropbox\Learning\2019_SoftEngProj\Research\Examples\AndroidCameraProj\Source\AndroidCameraProj.Target.cs(19,12) : error CS0246: The type or namespace name 'UEBuildBinaryConfiguration' could not be found (are you missing a using directive or an assembly reference?)
d:\Dropbox\Learning\2019_SoftEngProj\Research\Examples\AndroidCameraProj\Source\AndroidCameraProjEditor.Target.cs(19,12) : error CS0246: The type or namespace name 'UEBuildBinaryConfiguration' could not be found (are you missing a using directive or an assembly reference?)
ERROR: Unable to compile source files.
Any know what I need to do to get this up and running?
Thanks in advance! Dale.