Recent content by Xarzu

  1. Xarzu

    Is CMake part of Android Studio?

    Is CMake part of Android Studio? When I tried to do a Gradle Sync in Android Studio, I got an error that the CMake is too early a version and I need to update it. But I get this error even if I uninstall CMake. This tells me that CMake must be embedded somehow in Android Studio. So, how can I...
  2. Xarzu

    Where, online, can I download the .tar.gz file for tinygltf?

    Where, online, can I download the .tar.gz file for tinygltf?
  3. Xarzu

    sudo gedit problem

    I got it working. I will share my my experience next weekend when I have the time
  4. Xarzu

    sudo gedit problem

    I just set up a UBUNTO vm and I explanded the desktop to cover two monitors. This might be the problem I am having with the editor. When I type 'sudo gedit" I get this error and no editor comes up...
  5. Xarzu

    Can I outupt a .sh script to a file?

    I just ran a .sh prebuild file that built a lot of stuff. There were some highlighted issues that came across the screen in bold. I wish I could have saved all that data to a file. Preferably, it would be great to ouptut it to HTML so showcase the bold and hilighted warnings. In Windows...
  6. Xarzu

    Question proper use of environment variables in Ubuntu

    Homer Simpson "D'OH"
  7. Xarzu

    Question proper use of environment variables in Ubuntu

    In Ubuntu, in my etc/environment file, I have this line: In a .mk file, I have these lines: That is the first few lines of the file. I don't know what "strip" is assigned to or if it is a system command, I don't know what it is. When I run a .sh file which runs the .mk script, the ifeq...
  8. Xarzu

    I need to understand command line syntax.

    Good Post They are ALL good posts. And some great advice for further resources. Much thanks !
  9. Xarzu

    I need to understand command line syntax.

    I confess, I have been using GUI interfaces for a few decades. I have gotten used to Microsoft Windows Operating Systems and I have not spend enough time navagating all of the command line commands.... and this is especially true for Linux distributions like Ubuntu. I DO know what 'cd ..' does...
  10. Xarzu

    Command line sollutionn for shared folder with VMware and Ubuntu 22.04

    I am using Ubuntu 22.04 as a Virtual machine using VMWare Workstation 16 Pro hosted on a Windows 10 Pro computer. There is an issue with having shared folder between the virtual machine and the host. It is documented with VMware and the solution involved adding a line to /etc/fstab When I...
  11. Xarzu

    Why does "sudo apt update" cause a series of "403 Forbidden" errors?

    There seemed to be some sort of security system blocking. So I moved to annother computer configuration and this particular issue had not come up there.
  12. Xarzu

    After I have set up a Ubuntu Virtual Machine using VMware, how do I increase the alloted desk size partition?

    After I have set up a Ubuntu Virtual Machine using VMware, how do I increase the alloted desk size partition? I have everything on a 2TB external drive. So I am not going to run out of space. But during the process of loading all the required software to do Android APP development, I have run...
  13. Xarzu

    Why does "sudo apt update" cause a series of "403 Forbidden" errors?

    Why does "sudo apt update" cause a series of "403 Forbidden" errors? I have a Ubuntu 22.04 virtual machine using VMware on a Windows 10 Enterprise computer. Part of setting things up requires I use the command" or both commands cause the same error messages. They consist of Either I need...
  14. Xarzu

    How do I rum vmware-uninstall-tools.pl on Ubuntu?

    Putting "sudo perl" before the file name made some progress.
  15. Xarzu

    How do I rum vmware-uninstall-tools.pl on Ubuntu?

    How do I rum vmware-uninstall-tools.pl on Ubuntu? On a Windows 10 OS, I have been using VMware to set up a vitrual machine (because of some strange security concerns with the company, I can not use Hyper-V) and I am using Ubuntu as the OS for the virtual machine. VMware requires that I run...
Top