Problem: Cannot find the command adb in Mac terminal Solution: Ensure the environmental variable is setup in $HOME/.zshrc This is a hidden file, if doesn't exist, can create a new…
First the camera do not save due to the changes in android permissions update the capture and save pro to the last version Then the app didn't work when SDK…
Create 3D model with Maya and save in FBX. Do note the scene needs to be in Meters Maya>Windows>Settings/Preferences>Preference>Settings Ensure the camera clippings are adjusted to view the Model if…
First save the page as .php and use the following code to check the device user is using <?php $iphone = strpos($_SERVER['HTTP_USER_AGENT'],"iPhone"); $android = strpos($_SERVER['HTTP_USER_AGENT'],"Android"); $ipad = strpos($_SERVER['HTTP_USER_AGENT'],"iPad"); ?> Then…
Setup Logos use this site for quick logo generation https://appicon.co/ and place the icons based on the correct resolution in unity Setup apple developer account http://developers.apple.com/ Create an apple account…
Step 1. Create Unqiue Bundle ID use reverse domain setup: (remove all capital letters and symbols) CANNOT BE com.Dreamarvel.LKCNHM_AR The app will not able to install, the correct way should…