Skip to content

New c++ code not being compiled(default template code runs instead) #1237

Description

@vic951-ship-it

Device: Neon Ray Ultra
Android version: (add your version)
App: CodeAssist (com.tyron.code)


Problem

When I write new C++ code in CodeAssist, the app still compiles and runs the default template code instead of my updated code.


Expected behavior

When I modify a C++ file, CodeAssist should compile and run my updated code.


Actual behavior

CodeAssist ignores my new code and continues to build/run the default project template code.


Steps to reproduce

  1. Open CodeAssist
  2. Create or open a C++ project
  3. Edit or add new .cpp file
  4. Press Run/Build
  5. App runs default template code instead of my code

Notes

It looks like the build system is not using my edited file as the entry point. It may be compiling a fixed template file like main.cpp or a generated activity instead of my code.


Possible cause (guess)

The project structure might be locked to a template entry file, so user-created files are not included in the build system.


Project location

/storage/emulated/0/Android/data/com.tyron.code/files

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions