TikMatrix is a real android phone based on adb and android uiautomator. It provides tiktok automation tools for real phone registration, login, publish videos, like videos, follow, favorite, comment, private message, brush videos and more.
- Node.js 18.x or higher
- Rust 1.67.x or higher
npm install --global @tauri-apps/cli
npm install
npm run tauri dev
You can check the reason why the agent is not running by the following command.
# You can find the device id by the following command.
adb devices
# Start the agent on the phone.
adb -s <device_id> shell am instrument -w -r -e debug false -e class com.github.tikmatrix.stub.Stub com.github.tikmatrix.test/androidx.test.runner.AndroidJUnitRunner
- src/src-tauri/tauri.conf.json
"package": {
"productName": "TikMatrix",
"version": "1.8.1"
}
- src/i18n.js
siteName: 'TikMatrix',
siteUrl: 'https://www.tikmatrix.com',
Need to install Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019. https://tikmatrix.com/blog/how-to-fix-vcruntime140.dll-not-found-when-open-TikMatrix
Need to install Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019. https://tikmatrix.com/blog/how-to-fix-vcruntime140.dll-not-found-when-open-TikMatrix