
BlackBox is a virtual engine that allows you to clone and run virtual applications on Android devices without installing APKs. This project works on Android 5.0 to 14.0+ and supports multiple architectures (ARM64, ARMv7, x86).
This enhanced edition includes bug fixes, stability improvements, and Android 14+ compatibility tailored for modern devices.
# Clone the repository
git clone https://github.com/your-repo/NewBlackbox.git
cd NewBlackbox
# Build Debug APK
./gradlew assembleDebug
# Build Release APK
./gradlew assembleRelease
To use BlackBox Core in your own project, add the AAR dependency:
dependencies {
implementation fileTree(dir: "libs", include: ["*.aar"])
}
Refer to Docs.md for detailed API documentation.
Copyright 2022 BlackBox
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
$ claude mcp add NewBlackbox \
-- python -m otcore.mcp_server <graph>