Title: New C++ code not being compiled (default template code runs instead)
Device: Neon Ray Ultra
Android version: (add your version)
App: CodeAssist (com.tyron.code)
Problem
When I write new code in CodeAssist, the app still compiles and runs the default template code instead of my updated code.
Expected behavior
When I modify 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
- Open CodeAssist
- Create or open project
- Edit or add new file
- Press Run/Build
- 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
Title: New C++ code not being compiled (default template code runs instead)
Device: Neon Ray Ultra
Android version: (add your version)
App: CodeAssist (com.tyron.code)
Problem
When I write new code in CodeAssist, the app still compiles and runs the default template code instead of my updated code.
Expected behavior
When I modify 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
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.cppor 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